4 references to StateMachineExecutionStateProperty
System.Workflow.Activities (4)
State.cs (2)
60
base.RemoveProperty(StateActivity.
StateMachineExecutionStateProperty
);
158
state.SetValue(StateActivity.
StateMachineExecutionStateProperty
, executionState);
StateMachineExecutionState.cs (1)
261
StateMachineExecutionState executionState = (StateMachineExecutionState)state.GetValue(StateActivity.
StateMachineExecutionStateProperty
);
StateMachineWorkflow.cs (1)
125
return (StateMachineExecutionState)base.GetValue(
StateMachineExecutionStateProperty
);