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)
1729
case AutomationControlType.
RadioButton
: controlType = ControlType.RadioButton; break;
PresentationFramework (1)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
36
return AutomationControlType.
RadioButton
;