5 references to OnCollectionChanged
PresentationFramework (5)
System\Windows\Data\BindingListCollectionView.cs (3)
523
base.
OnCollectionChanged
(null, args);
685
base.
OnCollectionChanged
(InternalList, args);
2036
base.
OnCollectionChanged
(sender, forwardedArgs);
System\Windows\Data\CollectionView.cs (2)
105
incc.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
677
incc.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);