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