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