1 override of OnCollectionChanged
PresentationFramework (1)
System\Windows\Controls\SelectedCellsCollection.cs (1)
70protected override void OnCollectionChanged(NotifyCollectionChangedAction action, VirtualizedCellInfoCollection oldItems, VirtualizedCellInfoCollection newItems)
2 references to OnCollectionChanged
PresentationFramework (2)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
430OnCollectionChanged(NotifyCollectionChangedAction.Add, null, newItems); 438OnCollectionChanged(NotifyCollectionChangedAction.Remove, oldItems, null);