2 references to RadioButton
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1635case AutomationControlType.RadioButton: controlType = ControlType.RadioButton; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
33return AutomationControlType.RadioButton;