3 references to InitializeCorrelationDesigner
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
67builder.AddCustomAttributes(typeof(InitializeCorrelation), new DesignerAttribute(typeof(InitializeCorrelationDesigner)));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
130this.Activity.Properties[InitializeCorrelationDesigner.CorrelationPropertyName].SetValue(this.CorrelationHandle); 131ModelItemCollection correlationDataCollection = this.Activity.Properties[InitializeCorrelationDesigner.CorrelationDataPropertyName].Dictionary.Properties["ItemsCollection"].Collection;