4 references to GripBounds
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
54
Rectangle bounds = e.
GripBounds
;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
432
Rectangle bounds = e.
GripBounds
;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
258
Rectangle bounds = new Rectangle(Point.Empty, e.
GripBounds
.Size);
269
bounds.Y = Math.Max(0,(e.
GripBounds
.Height - bounds.Height -2/*number of pixels for border*/) / 2);