6 references to DrawCheckBox
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
233ControlPaint.DrawCheckBox(g, layout.checkBounds, style);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (3)
116ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 159ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 208ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state));
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
715ControlPaint.DrawCheckBox(e.Graphics, box, state);
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
405ControlPaint.DrawCheckBox(g, box, checkedState);