3 writes to _addedCells
PresentationFramework (3)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
28_addedCells = addedCells.AsReadOnly(); 42_addedCells = addedCells; 48_addedCells = (addedCells != null) ? addedCells : VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _addedCells
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
51Debug.Assert(_addedCells.IsReadOnly, "_addedCells should have ended up as read-only."); 60get { return _addedCells; }