5 references to GetMenu
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
142IntPtr menu = UnsafeNativeMethods.GetMenu(hwnd); 538IntPtr menu = UnsafeNativeMethods.GetMenu(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
161hmenu = UnsafeNativeMethods.GetMenu(hwnd); 308IntPtr hmenu = UnsafeNativeMethods.GetMenu(gui.hwndActive); 595IntPtr hMenuPossibleParent = UnsafeNativeMethods.GetMenu (gui.hwndActive);