4 references to Menu
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1712case AutomationControlType.Menu: controlType = ControlType.Menu; break;
PresentationFramework (2)
System\Windows\Automation\Peers\ContextMenuAutomationPeer.cs (1)
26return AutomationControlType.Menu;
System\Windows\Automation\Peers\MenuAutomationPeer.cs (1)
26return AutomationControlType.Menu;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonContextMenuAutomationPeer.cs (1)
46return AutomationControlType.Menu;