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