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