4 overrides of ProcessCollectionChanged
PresentationFramework (4)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
405protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
400protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1511protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1687protected override void ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
4 references to ProcessCollectionChanged
PresentationFramework (4)
src\Framework\System\Windows\Data\CollectionView.cs (4)
1171/// User should override <see cref="ProcessCollectionChanged"/> 1185ProcessCollectionChanged(args); 1885ProcessCollectionChanged(args); 1942ProcessCollectionChanged(args);