3 writes to _removedCells
PresentationFramework (3)
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
37
_removedCells
= removedCells.AsReadOnly();
58
_removedCells
= removedCells;
64
_removedCells
= (removedCells != null) ? removedCells : VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _removedCells
PresentationFramework (2)
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
67
Debug.Assert(
_removedCells
.IsReadOnly, "_removedCells should have ended up as read-only.");
83
get { return
_removedCells
; }