3 references to RadioButton
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
63
{ AccessibleRole.
RadioButton
, UIA_CONTROLTYPE_ID.UIA_RadioButtonControlTypeId },
System\Windows\Forms\Controls\Buttons\RadioButton.RadioButtonAccessibleObject.cs (1)
20
public override AccessibleRole Role => this.GetOwnerAccessibleRole(AccessibleRole.
RadioButton
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1726
button.AccessibleRole = AccessibleRole.
RadioButton
;