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