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