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