8 references to GetSubMenu
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
264IntPtr hSubMenu = UnsafeNativeMethods.GetSubMenu(hmenu, i); 687if (UnsafeNativeMethods.GetSubMenu (hmenuPossibleParent, i) == hmenuChild) 882return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0); 1598IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1617IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1983IntPtr submenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2135IntPtr hSubmenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2397(IntPtr.Zero != UnsafeNativeMethods.GetSubMenu (_hmenu, 0)) &&