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