4 references to OnTransitionCollectionChanged
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (2)
39new NotifyCollectionChangedEventHandler(this.OnTransitionCollectionChanged); 64new NotifyCollectionChangedEventHandler(this.OnTransitionCollectionChanged);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
387transitions.CollectionChanged += new NotifyCollectionChangedEventHandler(this.OnTransitionCollectionChanged); 450transitions.CollectionChanged -= new NotifyCollectionChangedEventHandler(this.OnTransitionCollectionChanged);