2 references to RadioButtonAutomationPeer
PresentationFramework (1)
System\Windows\Controls\RadioButton.cs (1)
235return new System.Windows.Automation.Peers.RadioButtonAutomationPeer(this);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
35public RibbonRadioButtonAutomationPeer(RibbonRadioButton owner): base(owner)