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