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