6 references to Menu
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1713
case AutomationControlType.Menu: controlType = ControlType.
Menu
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1257
new RoleCtrlType(AccessibleRole.MenuPopup, ControlType.
Menu
),
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
77
_cControlType = ControlType.
Menu
;
92
_cControlType = ControlType.
Menu
;
104
_cControlType = ControlType.
Menu
;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
42
_cControlType = ControlType.
Menu
;