2 references to MakeEmptyCollection
PresentationFramework (2)
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (2)
44
_addedCells = addedCells ?? VirtualizedCellInfoCollection.
MakeEmptyCollection
(owner);
45
_removedCells = removedCells ?? VirtualizedCellInfoCollection.
MakeEmptyCollection
(owner);