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