3 writes to _removedCells
PresentationFramework (3)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
29_removedCells = removedCells.AsReadOnly(); 43_removedCells = removedCells; 49_removedCells = (removedCells != null) ? removedCells : VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _removedCells
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
52Debug.Assert(_removedCells.IsReadOnly, "_removedCells should have ended up as read-only."); 68get { return _removedCells; }