16 references to EditorAttribute
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
252attributes.Add(new EditorAttribute(typeof(Com2ComponentEditor), typeof(ComponentEditor)));
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
85new EditorAttribute(typeof(UITypeEditor), typeof(UITypeEditor)),
System\Windows\Forms\Design\ImageListImage.cs (1)
11[Editor(typeof(ImageListImageEditor), typeof(UITypeEditor))]
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (4)
1412[Editor(typeof(CustomEditor), typeof(object))] 1415[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))] 1453[Editor(typeof(CustomEditor), typeof(object))] 1457[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))]
WinFormsControlsTest (9)
UserControls\UserControlWithFontNameEditor.cs (8)
18[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 29[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 40[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 51[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 62[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 73[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 84[Editor(typeof(FontNameEditor), typeof(UITypeEditor))] 95[Editor(typeof(FontNameEditor), typeof(UITypeEditor))]
UserControls\UserControlWithObjectCollectionEditor.cs (1)
18[Editor(typeof(CollectionEditor), typeof(UITypeEditor))]