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