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)
1844UITypeEditor?.PaintValue(new PaintValueEventArgs(this, value, g, rectPaint));
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
133ImageEditor.PaintValue(new PaintValueEventArgs(e.Context, image, e.Graphics, e.Bounds));
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
118e = new PaintValueEventArgs(e.Context, image.Image, e.Graphics, e.Bounds);