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