2 references to UncheckedNormal
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
18
private static readonly VisualStyleElement s_radioElement = VisualStyleElement.Button.RadioButton.
UncheckedNormal
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (1)
42
yield return new object[] { I(() => VisualStyleElement.Button.RadioButton.
UncheckedNormal
), "BUTTON", 2, 1 };