8 references to CorrelationInitializerValueEditor
System.Activities.Core.Presentation (8)
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (2)
49builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor))); 58PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (2)
40builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor))); 45PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (2)
50builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor))); 56PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (2)
38builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor))); 43PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));