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