8 references to GetSubMenu
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
267IntPtr hSubMenu = UnsafeNativeMethods.GetSubMenu(hmenu, i); 690if (UnsafeNativeMethods.GetSubMenu (hmenuPossibleParent, i) == hmenuChild) 885return UnsafeNativeMethods.GetSubMenu(mbi.hMenu, 0); 1603IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1622IntPtr submenu = _menuType == MenuType.System ? _hmenu : UnsafeNativeMethods.GetSubMenu (_hmenu, _item); 1988IntPtr submenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2140IntPtr hSubmenu = UnsafeNativeMethods.GetSubMenu(_hmenu, _item); 2402(IntPtr.Zero != UnsafeNativeMethods.GetSubMenu (_hmenu, 0)) &&