15 references to RadioButton
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (3)
18
private static readonly VisualStyleElement s_radioElement = VisualStyleElement.Button.
RadioButton
.UncheckedNormal;
324
&& VisualStyleRenderer.IsCombinationDefined(s_radioElement.ClassName, VisualStyleElement.Button.
RadioButton
.HighContrastDisabledPart))
326
part = VisualStyleElement.Button.
RadioButton
.HighContrastDisabledPart;
System.Windows.Forms.Tests (12)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (8)
42
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.UncheckedNormal), "BUTTON", 2, 1 };
43
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.UncheckedHot), "BUTTON", 2, 2 };
44
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.UncheckedPressed), "BUTTON", 2, 3 };
45
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.UncheckedDisabled), "BUTTON", 2, 4 };
46
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.CheckedNormal), "BUTTON", 2, 5 };
47
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.CheckedHot), "BUTTON", 2, 6 };
48
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.CheckedPressed), "BUTTON", 2, 7 };
49
yield return new object[] { I(() => VisualStyleElement.Button.
RadioButton
.CheckedDisabled), "BUTTON", 2, 8 };
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (4)
16
yield return new object[] { VisualStyleElement.Button.
RadioButton
.CheckedHot };
17
yield return new object[] { VisualStyleElement.Button.
RadioButton
.CheckedNormal };
95
yield return new object[] { VisualStyleElement.Button.
RadioButton
.CheckedHot, true };
96
yield return new object[] { VisualStyleElement.Button.
RadioButton
.CheckedNormal, true };