3 writes to _addedCells
PresentationFramework (3)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
25
_addedCells
= addedCells.AsReadOnly();
39
_addedCells
= addedCells;
45
_addedCells
= addedCells ?? VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _addedCells
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
48
Debug.Assert(
_addedCells
.IsReadOnly, "_addedCells should have ended up as read-only.");
57
get { return
_addedCells
; }