3 writes to _addedCells
PresentationFramework (3)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (3)
24
_addedCells
= addedCells.AsReadOnly();
38
_addedCells
= addedCells;
44
_addedCells
= addedCells ?? VirtualizedCellInfoCollection.MakeEmptyCollection(owner);
2 references to _addedCells
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
47
Debug.Assert(
_addedCells
.IsReadOnly, "_addedCells should have ended up as read-only.");
56
get { return
_addedCells
; }