4 references to PaintValueEventArgs
System.Windows.Forms (2)
System\Drawing\Design\UITypeEditor.cs (1)
129
=> PaintValue(new
PaintValueEventArgs
(null, value, canvas, rectangle));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1844
UITypeEditor?.PaintValue(new
PaintValueEventArgs
(this, value, g, rectPaint));
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
133
ImageEditor.PaintValue(new
PaintValueEventArgs
(e.Context, image, e.Graphics, e.Bounds));
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
118
e = new
PaintValueEventArgs
(e.Context, image.Image, e.Graphics, e.Bounds);