2 references to ReceiveContentPropertyEditor
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
65builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(ReceiveContentPropertyEditor)));
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (1)
51builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(ReceiveContentPropertyEditor)));