2 references to MakeEmptyCollection
PresentationFramework (2)
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
63
_addedCells = (addedCells != null) ? addedCells : VirtualizedCellInfoCollection.
MakeEmptyCollection
(owner);
64
_removedCells = (removedCells != null) ? removedCells : VirtualizedCellInfoCollection.
MakeEmptyCollection
(owner);