6 instantiations of MenuItem
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
497return new MenuItem(_hwnd, this, index, _hmenu, _type);
562return new MenuItem(hwndParent, parent, ownerMenuItemPos, menuParent, parentType);
2147return new MenuItem(hwndSubmenu, parent, childIndex, hSubmenu, type);
2661return new MenuItem(_hwnd, _parent, _item - 1, _hmenu, _menuType);
2676return new MenuItem(_hwnd, _parent, nextItem, _hmenu, _menuType);
2712if (new MenuItem (_hwnd, this._parent, i, _hmenu, _menuType).HotKey == chHotKey)
15 references to MenuItem
UIAutomationClientSideProviders (15)