6 references to Menu
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1714
case AutomationControlType.Menu: controlType = ControlType.
Menu
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1258
new RoleCtrlType(AccessibleRole.MenuPopup, ControlType.
Menu
),
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
78
_cControlType = ControlType.
Menu
;
93
_cControlType = ControlType.
Menu
;
105
_cControlType = ControlType.
Menu
;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
43
_cControlType = ControlType.
Menu
;