5 references to OnCollectionChanged
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
535
base.
OnCollectionChanged
(null, args);
703
base.
OnCollectionChanged
(InternalList, args);
2063
base.
OnCollectionChanged
(sender, forwardedArgs);
src\Framework\System\Windows\Data\CollectionView.cs (2)
116
incc.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
693
incc.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);