3 references to UncheckedNormal
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
17
private static readonly VisualStyleElement s_checkBoxElement = VisualStyleElement.Button.CheckBox.
UncheckedNormal
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
23
private static readonly VisualStyleElement s_checkBoxElement = VisualStyleElement.Button.CheckBox.
UncheckedNormal
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
51
yield return new object[] { I(() => VisualStyleElement.Button.CheckBox.
UncheckedNormal
), "BUTTON", 3, 1 };