4 overrides of ProcessCollectionChanged
PresentationFramework (4)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
405
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
400
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1511
protected override void
ProcessCollectionChanged
(NotifyCollectionChangedEventArgs args)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1687
protected 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
"/>
1185
ProcessCollectionChanged
(args);
1885
ProcessCollectionChanged
(args);
1942
ProcessCollectionChanged
(args);