2 references to DrawCheckBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
110
CheckBoxState state) =>
DrawCheckBox
(g, glyphLocation, textBounds, checkBoxText, font, flags, focused, state, HWND.Null);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxRendererTests.cs (1)
141
CheckBoxRenderer.
DrawCheckBox
(graphics, point, bounds, control.Text, SystemFonts.DefaultFont, TextFormatFlags.Default, focus, cBState, HWND.Null);