5 references to OnCollectionChanged
PresentationFramework (5)
System\Windows\Data\BindingListCollectionView.cs (3)
528
base.
OnCollectionChanged
(null, args);
696
base.
OnCollectionChanged
(InternalList, args);
2056
base.
OnCollectionChanged
(sender, forwardedArgs);
System\Windows\Data\CollectionView.cs (2)
109
incc.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
684
incc.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);