2 references to RadioButton
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1717case AutomationControlType.RadioButton: controlType = ControlType.RadioButton; break;
PresentationFramework (1)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
25return AutomationControlType.RadioButton;