11 references to InitialStateNamePropertyName
System.Workflow.Activities (11)
Designers\StateDesigner.cs (2)
1865
PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.
InitialStateNamePropertyName
);
1905
PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.
InitialStateNamePropertyName
);
SR.cs (3)
309
StateMachineWorkflowActivity.
InitialStateNamePropertyName
);
317
StateMachineWorkflowActivity.
InitialStateNamePropertyName
);
323
StateMachineWorkflowActivity.
InitialStateNamePropertyName
,
StateMachineWorkflow.cs (1)
34
public static readonly DependencyProperty InitialStateNameProperty = DependencyProperty.Register(StateMachineWorkflowActivity.
InitialStateNamePropertyName
, typeof(string), typeof(StateMachineWorkflowActivity), new PropertyMetadata(DependencyPropertyOptions.Metadata));
StateValidator.cs (5)
234
SR.GetString(SR.Error_PropertyNotSet, StateMachineWorkflowActivity.
InitialStateNamePropertyName
),
236
StateMachineWorkflowActivity.
InitialStateNamePropertyName
));
250
StateMachineWorkflowActivity.
InitialStateNamePropertyName
));
260
StateMachineWorkflowActivity.
InitialStateNamePropertyName
));
271
StateMachineWorkflowActivity.
InitialStateNamePropertyName
));