2 references to ButtonAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Button.cs (1)
251
return new System.Windows.Automation.Peers.
ButtonAutomationPeer
(this);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
35
public RibbonButtonAutomationPeer(RibbonButton owner):
base
(owner)