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