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)
432Rectangle bounds = e.GripBounds;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
258Rectangle bounds = new Rectangle(Point.Empty, e.GripBounds.Size); 269bounds.Y = Math.Max(0,(e.GripBounds.Height - bounds.Height -2/*number of pixels for border*/) / 2);