5 references to GetMenu
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
149IntPtr menu = UnsafeNativeMethods.GetMenu(hwnd); 545IntPtr menu = UnsafeNativeMethods.GetMenu(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
165hmenu = UnsafeNativeMethods.GetMenu(hwnd); 312IntPtr hmenu = UnsafeNativeMethods.GetMenu(gui.hwndActive); 599IntPtr hMenuPossibleParent = UnsafeNativeMethods.GetMenu (gui.hwndActive);