4 references to DrawCheckBox
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (2)
222
CheckBoxRenderer.
DrawCheckBox
(g, new Point(layout.checkBounds.Left, layout.checkBounds.Top), CheckBoxRenderer.ConvertFromButtonState(style, true, Control.MouseIsOver), Control.HandleInternal);
230
CheckBoxRenderer.
DrawCheckBox
(g, new Point(layout.checkBounds.Left, layout.checkBounds.Top), CheckBoxRenderer.ConvertFromButtonState(style, false, Control.MouseIsOver), Control.HandleInternal);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
100
DrawCheckBox
(g, glyphLocation, state, IntPtr.Zero);
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
712
CheckBoxRenderer.
DrawCheckBox
(e.Graphics, new Point(box.X, box.Y), cbState, HandleInternal);