5 references to DrawCheckBox
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
289ControlPaint.DrawCheckBox(e.GraphicsInternal, layout.CheckBounds, style);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (3)
65ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 141ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 213ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state));
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
565ControlPaint.DrawCheckBox(e.Graphics, box, state);