4 overrides of ProcessCollectionChanged
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
384protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
MS\Internal\Data\EnumerableCollectionView.cs (1)
393protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\BindingListCollectionView.cs (1)
1484protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\ListCollectionView.cs (1)
1655protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
4 references to ProcessCollectionChanged
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
1153/// User should override <see cref="ProcessCollectionChanged"/> 1167ProcessCollectionChanged(args); 1843ProcessCollectionChanged(changeLog[currentIndex]); 1899ProcessCollectionChanged(args);