4 overrides of ProcessCollectionChanged
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
392protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
MS\Internal\Data\EnumerableCollectionView.cs (1)
397protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\BindingListCollectionView.cs (1)
1504protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
System\Windows\Data\ListCollectionView.cs (1)
1679protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
4 references to ProcessCollectionChanged
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
1160/// User should override <see cref="ProcessCollectionChanged"/> 1174ProcessCollectionChanged(args); 1874ProcessCollectionChanged(args); 1931ProcessCollectionChanged(args);