3 references to NameProperty
System.Workflow.Runtime (3)
CorrelationToken.cs (2)
48return (string)GetValue(NameProperty); 52SetValue(NameProperty, value);
WorkflowExecutor.cs (1)
108DependencyProperty.RegisterAsKnown(CorrelationToken.NameProperty, (byte)67, DependencyProperty.PropertyValidity.Uninitialize);