5 references to RadioButton
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1729case AutomationControlType.RadioButton: controlType = ControlType.RadioButton; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
666return (ControlType.RadioButton == ControlType) ? 1273new RoleCtrlType(AccessibleRole.RadioButton, ControlType.RadioButton), 1317new CtrlTypePatterns(ControlType.RadioButton, SelectionItemPattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
66_cControlType = ControlType.RadioButton;