1 write to ImageEditor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
27
ImageEditor
= 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;
115
if (
ImageEditor
is null)
133
ImageEditor
.PaintValue(new PaintValueEventArgs(e.Context, image, e.Graphics, e.Bounds));