4 references to CorrelationProperty
System.Workflow.Runtime (4)
CorrelationToken.cs (4)
30
internal static readonly DependencyProperty PropertiesProperty = DependencyProperty.Register("Properties", typeof(ICollection<
CorrelationProperty
>), typeof(CorrelationToken), new PropertyMetadata(new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
72
public ICollection<
CorrelationProperty
> Properties
76
return GetValue(PropertiesProperty) as ICollection<
CorrelationProperty
>;
110
public void Initialize(Activity activity, ICollection<
CorrelationProperty
> propertyValues)