10 references to MenuItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1716case AutomationControlType.MenuItem: controlType = ControlType.MenuItem; break;
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1247new RoleCtrlType(AccessibleRole.ButtonMenu, ControlType.MenuItem), 1257new RoleCtrlType(AccessibleRole.MenuItem, ControlType.MenuItem), 1308new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
44_cControlType = ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1184_cControlType = ControlType.MenuItem; 2855_cControlType = ControlType.MenuItem; 2917return ControlType.MenuItem.Id;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
397_cControlType = ControlType.MenuItem;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
38_cControlType = ControlType.MenuItem;