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