5 references to InitialStateNameProperty
System.Workflow.Activities (5)
SR.cs (2)
345
StateMachineWorkflowActivity.
InitialStateNameProperty
,
360
StateMachineWorkflowActivity.
InitialStateNameProperty
,
StateMachineHelpers.cs (1)
125
return (string)rootState.GetValue(StateMachineWorkflowActivity.
InitialStateNameProperty
);
StateMachineWorkflow.cs (2)
70
return (string)base.GetValue(
InitialStateNameProperty
);
74
base.SetValue(
InitialStateNameProperty
, value);