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