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