8 references to GetSubMenu
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
280IntPtr hSubMenu = UnsafeNativeMethods.GetSubMenu(hmenu, i); 703if (UnsafeNativeMethods.GetSubMenu (hmenuPossibleParent, i) == hmenuChild) 898return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0); 1618IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1637IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 2003IntPtr submenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2155IntPtr hSubmenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2417(IntPtr.Zero != UnsafeNativeMethods.GetSubMenu (_hmenu, 0)) &&