16 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;
System.Windows.Forms.Tests (12)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (12)
51
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.UncheckedNormal), "BUTTON", 3, 1 };
52
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.UncheckedHot), "BUTTON", 3, 2 };
53
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.UncheckedPressed), "BUTTON", 3, 3 };
54
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.UncheckedDisabled), "BUTTON", 3, 4 };
55
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.CheckedNormal), "BUTTON", 3, 5 };
56
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.CheckedHot), "BUTTON", 3, 6 };
57
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.CheckedPressed), "BUTTON", 3, 7 };
58
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.CheckedDisabled), "BUTTON", 3, 8 };
59
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.MixedNormal), "BUTTON", 3, 9 };
60
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.MixedHot), "BUTTON", 3, 10 };
61
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.MixedPressed), "BUTTON", 3, 11 };
62
yield return new object[] { I(() => VisualStyleElement.Button.
CheckBox
.MixedDisabled), "BUTTON", 3, 12 };