5 references to GetMenu
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
143IntPtr menu = UnsafeNativeMethods.GetMenu(hwnd); 539IntPtr menu = UnsafeNativeMethods.GetMenu(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
162hmenu = UnsafeNativeMethods.GetMenu(hwnd); 309IntPtr hmenu = UnsafeNativeMethods.GetMenu(gui.hwndActive); 596IntPtr hMenuPossibleParent = UnsafeNativeMethods.GetMenu (gui.hwndActive);