8 references to Bounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (4)
658
Rectangle bounds = e.
Bounds
;
845
e.
Bounds
.Width > 2 * BORDER_SIZE && e.
Bounds
.Height > 2 * BORDER_SIZE) {
847
Rectangle bounds = e.
Bounds
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2557
Rectangle drawBounds = die.
Bounds
;
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
128
activeItemViewControl.Location = e.
Bounds
.Location;
140
itemLocations[itemToDraw] = e.
Bounds
.Location;
142
e.Graphics.DrawImage(rendererBitmap, e.
Bounds
.Location);