6 references to InitializeCorrelation
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\DesignerMetadata.cs (2)
67builder.AddCustomAttributes(typeof(InitializeCorrelation), new DesignerAttribute(typeof(InitializeCorrelationDesigner))); 68builder.AddCustomAttributes(typeof(InitializeCorrelation), new ActivityDesignerOptionsAttribute { AllowDrillIn = false });
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
113if (null != item && !item.IsAssignableFrom<InitializeCorrelation>()) 126if ((this.Activity != null) && (this.Activity.ItemType == typeof(InitializeCorrelation)))
System\ServiceModel\Activities\Presentation\InitializeCorrelationDesigner.xaml.cs (2)
35Type type = typeof(InitializeCorrelation); 102if (modelItem.ItemType == typeof(InitializeCorrelation))