5 references to DrawMixedCheckBox
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
225ControlPaint.DrawMixedCheckBox(g, layout.checkBounds, style);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (3)
113ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state)); 156ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state)); 205ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state));
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
403ControlPaint.DrawMixedCheckBox(g, box, ButtonState.Checked);