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