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