5 references to MenuBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1715
case AutomationControlType.MenuBar: controlType = ControlType.
MenuBar
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1256
new RoleCtrlType(AccessibleRole.MenuBar, ControlType.
MenuBar
),
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
55
_cControlType = ControlType.
MenuBar
;
62
_cControlType = ControlType.
MenuBar
;
MS\Internal\AutomationProxies\WindowsToolbarAsMenu.cs (1)
38
_cControlType = ControlType.
MenuBar
;