1 instantiation of RibbonQuickAccessToolBarAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
351return new RibbonQuickAccessToolBarAutomationPeer(this);
2 references to RibbonQuickAccessToolBarAutomationPeer
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
189RibbonQuickAccessToolBarAutomationPeer peer = UIElementAutomationPeer.FromElement(qat) as RibbonQuickAccessToolBarAutomationPeer;