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