4 references to CheckBox
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (3)
17
private static readonly VisualStyleElement s_checkBoxElement = VisualStyleElement.Button.
CheckBox
.UncheckedNormal;
348
VisualStyleElement.Button.
CheckBox
.HighContrastDisabledPart))
350
part = VisualStyleElement.Button.
CheckBox
.HighContrastDisabledPart;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
23
private static readonly VisualStyleElement s_checkBoxElement = VisualStyleElement.Button.
CheckBox
.UncheckedNormal;