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