3 writes to _removedCells
PresentationFramework (3)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
26
_removedCells
= removedCells.AsReadOnly();
40
_removedCells
= removedCells;
46
_removedCells
= removedCells ?? VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _removedCells
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
49
Debug.Assert(
_removedCells
.IsReadOnly, "_removedCells should have ended up as read-only.");
65
get { return
_removedCells
; }