5 references to GetMenu
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
150IntPtr menu = UnsafeNativeMethods.GetMenu(hwnd); 546IntPtr menu = UnsafeNativeMethods.GetMenu(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
178hmenu = UnsafeNativeMethods.GetMenu(hwnd); 325IntPtr hmenu = UnsafeNativeMethods.GetMenu(gui.hwndActive); 612IntPtr hMenuPossibleParent = UnsafeNativeMethods.GetMenu (gui.hwndActive);