3 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;