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