2 writes to isLoaded
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
111
this.
isLoaded
= true;
137
this.
isLoaded
= false;
2 references to isLoaded
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
511
if (this.
isLoaded
)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1017
System.Diagnostics.Debug.WriteLine(this.
isLoaded
? "About to call ConnectionPointHitTest - Loaded" : "About to call ConnectionPointHitTest - Not Loaded");