5 references to OnCollectionChanged
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (5)
212
oldItemsCollection.CollectionChanged -= this.
OnCollectionChanged
;
217
newItemsCollection.CollectionChanged += this.
OnCollectionChanged
;
345
this.Items.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
346
this.Items.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
370
this.Items.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);