3 references to gripWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusStrip.cs (3)
231
return new Rectangle(0, statusStripSize.Height - gripHeight,
gripWidth
, gripHeight);
234
return new Rectangle(statusStripSize.Width -
gripWidth
, statusStripSize.Height - gripHeight,
gripWidth
, gripHeight);