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