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