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