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