2 references to MenuBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1726
case AutomationControlType.
MenuBar
: controlType = ControlType.MenuBar; break;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
139
return AutomationControlType.
MenuBar
;