3 references to InitializedProperty
System.Workflow.Runtime (3)
CorrelationToken.cs (2)
86
return (bool)GetValue(
InitializedProperty
);
127
SetValue(
InitializedProperty
, true);
WorkflowExecutor.cs (1)
112
DependencyProperty.RegisterAsKnown(CorrelationToken.
InitializedProperty
, (byte)71, DependencyProperty.PropertyValidity.Uninitialize);