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