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