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