3 references to OwnerActivityNameProperty
System.Workflow.Runtime (3)
CorrelationToken.cs (2)
61
return (string)GetValue(
OwnerActivityNameProperty
);
66
SetValue(
OwnerActivityNameProperty
, value);
WorkflowExecutor.cs (1)
109
DependencyProperty.RegisterAsKnown(CorrelationToken.
OwnerActivityNameProperty
, (byte)68, DependencyProperty.PropertyValidity.Uninitialize);