15 references to GetStateMachineContainerEditor
System.Activities.Core.Presentation (15)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (2)
301
else if (e.Key.Equals(ConnectorLocationViewStateKey) && !this.
GetStateMachineContainerEditor
().internalViewStateChange)
310
this.
GetStateMachineContainerEditor
().panel.RemoveConnectorEditor();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (13)
362
this.stateMachineContainerEditor = this.
GetStateMachineContainerEditor
();
652
StateContainerEditor stateMachineEditor = this.
GetStateMachineContainerEditor
();
733
this.
GetStateMachineContainerEditor
().AddTransitionVisuals(transitions);
1007
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
1196
Point mousePosition = e.GetPosition(this.
GetStateMachineContainerEditor
());
1277
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2196
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2213
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2219
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2228
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2236
StateContainerEditor stateMachineContainer = this.
GetStateMachineContainerEditor
();
2244
this.
GetStateMachineContainerEditor
().panel.InvalidateMeasure();
2343
this.
GetStateMachineContainerEditor
().activeSrcConnectionPoint = this.GetSourceConnectionPointForAutoConnect(sourceElement, edgeLocation);