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