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)
20public override AccessibleRole Role => this.GetOwnerAccessibleRole(AccessibleRole.RadioButton);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1726button.AccessibleRole = AccessibleRole.RadioButton;