11 references to SizeGripSize
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Form.cs (11)
5067sizeGripRenderer.DrawBackground(e.Graphics, new Rectangle(sz.Width - SizeGripSize, sz.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 5070ControlPaint.DrawSizeGrip(e.Graphics, BackColor, sz.Width - SizeGripSize, sz.Height - SizeGripSize, SizeGripSize, SizeGripSize); 7371if( pt.x >= (clientSize.Width - SizeGripSize) && 7372pt.y >= (clientSize.Height - SizeGripSize) && 7373clientSize.Height >= SizeGripSize){