2 types derived from ButtonAutomationPeer
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
225private sealed class InheritanceMarginAutomationPeer(InheritanceMarginGlyph owner) : ButtonAutomationPeer(owner)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
25public class RibbonButtonAutomationPeer : ButtonAutomationPeer
1 instantiation of ButtonAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Button.cs (1)
241return new System.Windows.Automation.Peers.ButtonAutomationPeer(this);
2 references to ButtonAutomationPeer
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (2)
112ButtonAutomationPeer headerButtonAutomationPeer = CreatePeerForElement(OwningSplitButton.HeaderButton) as ButtonAutomationPeer;