2 references to DrawCheckBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1147DrawCheckBox(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1352ControlPaint.DrawCheckBox(g, checkBoxX, checkBoxY, checkBoxSize.Width, checkBoxSize.Height, bs);