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