4 references to PropertiesProperty
System.Workflow.Runtime (4)
CorrelationToken.cs (3)
76return GetValue(PropertiesProperty) as ICollection<CorrelationProperty>; 115SetValue(PropertiesProperty, propertyValues); 133SetValue(PropertiesProperty, null);
WorkflowExecutor.cs (1)
110DependencyProperty.RegisterAsKnown(CorrelationToken.PropertiesProperty, (byte)69, DependencyProperty.PropertyValidity.Uninitialize);