4 overrides of ProcessCollectionChanged
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (1)
383
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
MS\Internal\Data\EnumerableCollectionView.cs (1)
392
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
System\Windows\Data\BindingListCollectionView.cs (1)
1483
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
System\Windows\Data\ListCollectionView.cs (1)
1654
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
4 references to ProcessCollectionChanged
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
1152
/// User should override <see cref="
ProcessCollectionChanged
"/>
1166
ProcessCollectionChanged
(args);
1842
ProcessCollectionChanged
(changeLog[currentIndex]);
1898
ProcessCollectionChanged
(args);