8 references to GetSubMenu
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
263IntPtr hSubMenu = UnsafeNativeMethods.GetSubMenu(hmenu, i); 686if (UnsafeNativeMethods.GetSubMenu (hmenuPossibleParent, i) == hmenuChild) 881return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0); 1597IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1616IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1982IntPtr submenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2134IntPtr hSubmenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2396(IntPtr.Zero != UnsafeNativeMethods.GetSubMenu (_hmenu, 0)) &&