1 override of OnCollectionChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\SelectedCellsCollection.cs (1)
76protected override void OnCollectionChanged(NotifyCollectionChangedAction action, VirtualizedCellInfoCollection oldItems, VirtualizedCellInfoCollection newItems)
2 references to OnCollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
437OnCollectionChanged(NotifyCollectionChangedAction.Add, null, newItems); 445OnCollectionChanged(NotifyCollectionChangedAction.Remove, oldItems, null);