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