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);