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)
67Debug.Assert(_removedCells.IsReadOnly, "_removedCells should have ended up as read-only."); 83get { return _removedCells; }