1 write to ImageEditor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
27ImageEditor = TypeDescriptorHelper.GetEditor<UITypeEditor>(typeof(Image));
3 references to ImageEditor
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageIndexEditor.cs (3)
110=> ImageEditor?.GetPaintValueSupported(context) ?? false; 115if (ImageEditor is null) 133ImageEditor.PaintValue(new PaintValueEventArgs(e.Context, image, e.Graphics, e.Bounds));