1 write to listenedTransitionCollections
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
191this.listenedTransitionCollections = new HashSet<ModelItem>();
8 references to listenedTransitionCollections
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (4)
36if (this.listenedTransitionCollections.Contains(transitions)) 40this.listenedTransitionCollections.Remove(transitions); 61if (!this.listenedTransitionCollections.Contains(transitions)) 65this.listenedTransitionCollections.Add(transitions);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
385if (!this.listenedTransitionCollections.Contains(transitions)) 388this.listenedTransitionCollections.Add(transitions); 448if (this.listenedTransitionCollections.Contains(transitions)) 451this.listenedTransitionCollections.Remove(transitions);