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