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