5 references to MenuBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1714
case AutomationControlType.MenuBar: controlType = ControlType.
MenuBar
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1255
new RoleCtrlType(AccessibleRole.MenuBar, ControlType.
MenuBar
),
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
54
_cControlType = ControlType.
MenuBar
;
61
_cControlType = ControlType.
MenuBar
;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
37
_cControlType = ControlType.
MenuBar
;