3 instantiations of RibbonMenuItemDataAutomationPeer
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonContextMenuAutomationPeer.cs (1)
47return new RibbonMenuItemDataAutomationPeer(item, this);
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
146return new RibbonMenuItemDataAutomationPeer(item, this);
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
93return new RibbonMenuItemDataAutomationPeer(item, this);