1 write to Bounds
System.Windows.Forms (1)
System\Drawing\Design\PaintValueEventArgs.cs (1)
26
Bounds
= bounds;
10 references to Bounds
System.Windows.Forms.Design (9)
System\Drawing\Design\ColorEditor.cs (1)
52
e.Graphics.FillRectangle(brush, e.
Bounds
);
System\Drawing\Design\FontNameEditor.cs (3)
42
e.Graphics.FillRectangle(SystemBrushes.ActiveCaption, e.
Bounds
);
71
float fontSize = e.
Bounds
.Height / ScaleFactor;
79
e.Graphics.DrawString("abcd", font, SystemBrushes.ActiveCaptionText, e.
Bounds
, format);
System\Drawing\Design\IconEditor.cs (1)
118
Rectangle rectangle = e.
Bounds
;
System\Drawing\Design\ImageEditor.cs (2)
176
Rectangle r = e.
Bounds
;
180
e.Graphics.DrawImage(image, e.
Bounds
);
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
);
System.Windows.Forms.Tests (1)
System\Drawing\Design\PaintValueEventArgsTests.cs (1)
29
Assert.Equal(bounds, e.
Bounds
);