4 overrides of ProcessCollectionChanged
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
383protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
MS\Internal\Data\EnumerableCollectionView.cs (1)
392protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\BindingListCollectionView.cs (1)
1482protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\ListCollectionView.cs (1)
1654protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
3 references to ProcessCollectionChanged
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1166ProcessCollectionChanged(args); 1842ProcessCollectionChanged(changeLog[currentIndex]); 1898ProcessCollectionChanged(args);