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