3 references to DrawSizeGrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1891DrawSizeGrip(graphics, backColor, bounds.X, bounds.Y, bounds.Width, bounds.Height);
winforms\Managed\System\WinForms\Form.cs (1)
5070ControlPaint.DrawSizeGrip(e.Graphics, BackColor, sz.Width - SizeGripSize, sz.Height - SizeGripSize, SizeGripSize, SizeGripSize);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5654ControlPaint.DrawSizeGrip(glyphGraphics, BackColor, 0, 0, ResizeGripSize, ResizeGripSize);