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