1 instantiation of RibbonAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1114
return new
RibbonAutomationPeer
(this);
3 references to RibbonAutomationPeer
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
32
public RibbonTabDataAutomationPeer(object item,
RibbonAutomationPeer
itemsControlPeer)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1340
RibbonAutomationPeer
peer = UIElementAutomationPeer.FromElement(ribbon) as
RibbonAutomationPeer
;