3 writes to _addedCells
PresentationFramework (3)
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
36_addedCells = addedCells.AsReadOnly(); 57_addedCells = addedCells; 63_addedCells = (addedCells != null) ? addedCells : VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _addedCells
PresentationFramework (2)
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
66Debug.Assert(_addedCells.IsReadOnly, "_addedCells should have ended up as read-only."); 75get { return _addedCells; }