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