3 references to EditorAttribute
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
252
attributes.Add(new
EditorAttribute
(typeof(Com2ComponentEditor), typeof(ComponentEditor)));
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
85
new
EditorAttribute
(typeof(UITypeEditor), typeof(UITypeEditor)),
System\Windows\Forms\Design\ImageListImage.cs (1)
11
[
Editor
(typeof(ImageListImageEditor), typeof(UITypeEditor))]