1 instantiation of StateMachineExecutionState
System.Workflow.Activities (1)
State.cs (1)
156StateMachineExecutionState executionState = new StateMachineExecutionState(this.WorkflowInstanceId);
53 references to StateMachineExecutionState
System.Workflow.Activities (53)
SetState.cs (2)
70StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
State.cs (28)
39internal static DependencyProperty StateMachineExecutionStateProperty = DependencyProperty.Register(StateMachineExecutionState.StateMachineExecutionStateKey, typeof(StateMachineExecutionState), typeof(StateActivity), new PropertyMetadata()); 156StateMachineExecutionState executionState = new StateMachineExecutionState(this.WorkflowInstanceId); 168StateMachineExecutionState executionState = GetExecutionState(context); 176StateMachineExecutionState executionState = GetExecutionState(state); 199StateMachineExecutionState executionState = GetExecutionState(state); 261StateMachineExecutionState executionState = GetExecutionState(state); 302StateMachineExecutionState executionState = GetExecutionState(state); 321StateMachineExecutionState executionState = GetExecutionState(state); 337StateMachineExecutionState executionState = GetExecutionState(state); 348StateMachineExecutionState executionState = GetExecutionState(context); 361StateMachineExecutionState executionState = GetExecutionState(context); 379StateMachineExecutionState executionState = GetExecutionState(context); 434StateMachineExecutionState executionState = GetExecutionState(context); 445StateMachineExecutionState executionState = GetExecutionState(context); 458StateMachineExecutionState executionState = GetExecutionState(context); 471StateMachineExecutionState executionState = GetExecutionState(state); 481StateMachineExecutionState executionState = GetExecutionState(context); 490StateMachineExecutionState executionState = GetExecutionState(context); 496StateMachineExecutionState executionState = GetExecutionState(context); 505StateMachineExecutionState executionState = GetExecutionState(context); 551private static StateMachineExecutionState GetExecutionState(ActivityExecutionContext context) 557StateMachineExecutionState executionState = GetExecutionState(state); 562private static StateMachineExecutionState GetExecutionState(StateActivity state) 568StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 600StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
StateMachineAction.cs (3)
27private StateMachineExecutionState _executionState; 54protected StateMachineExecutionState ExecutionState 83_executionState = StateMachineExecutionState.Get(rootState);
StateMachineExecutionState.cs (3)
258internal static StateMachineExecutionState Get(StateActivity state) 261StateMachineExecutionState executionState = (StateMachineExecutionState)state.GetValue(StateActivity.StateMachineExecutionStateProperty);
StateMachineHelpers.cs (2)
166StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
StateMachineSubscription.cs (8)
134StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 141StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 219StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 233StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
StateMachineSubscriptionManager.cs (3)
25private StateMachineExecutionState _executionState; 27internal StateMachineSubscriptionManager(StateMachineExecutionState executionState, Guid instanceId) 42internal StateMachineExecutionState ExecutionState
StateMachineWorkflow.cs (4)
99StateMachineExecutionState executionState = this.ExecutionState; 113StateMachineExecutionState executionState = this.ExecutionState; 121internal StateMachineExecutionState ExecutionState 125return (StateMachineExecutionState)base.GetValue(StateMachineExecutionStateProperty);