8 references to SizeGripBounds
System.Windows.Forms (8)
winforms\Managed\System\WinForms\StatusStrip.cs (7)
281RTLGrip.Bounds = SizeGripBounds; 391if (overflow || (SizingGrip && item.Bounds.IntersectsWith(SizeGripBounds))) { 557Rectangle sizeGripBounds = SizeGripBounds; 576gripLocation = new NativeMethods.POINT(SizeGripBounds.Left, SizeGripBounds.Bottom); 579gripLocation = new NativeMethods.POINT(SizeGripBounds.Right, SizeGripBounds.Bottom);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1025Rectangle sizeGripBounds = statusStrip.SizeGripBounds;