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