3 references to RadioButton
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
147
return AutomationControlType.
RadioButton
;
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1717
case AutomationControlType.
RadioButton
: controlType = ControlType.RadioButton; break;
PresentationFramework (1)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
25
return AutomationControlType.
RadioButton
;