10 references to MenuItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1715case AutomationControlType.MenuItem: controlType = ControlType.MenuItem; break;
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1246new RoleCtrlType(AccessibleRole.ButtonMenu, ControlType.MenuItem), 1256new RoleCtrlType(AccessibleRole.MenuItem, ControlType.MenuItem), 1307new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
43_cControlType = ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1183_cControlType = ControlType.MenuItem; 2854_cControlType = ControlType.MenuItem; 2916return ControlType.MenuItem.Id;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
396_cControlType = ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
37_cControlType = ControlType.MenuItem;