2 references to SendContentPropertyEditor
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
69builder.AddCustomAttributes(sendType, sendType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(SendContentPropertyEditor)));
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (1)
49builder.AddCustomAttributes(sendType, sendType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(SendContentPropertyEditor)));