1 instantiation of MENUBARINFO
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
991
mbi = new UnsafeNativeMethods.
MENUBARINFO
();
5 references to MENUBARINFO
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
989
unsafe private static bool GetMenuBarInfo(NativeMethods.HWND hwnd, int idObject, uint idItem, out UnsafeNativeMethods.
MENUBARINFO
mbi)
992
mbi.cbSize = sizeof(UnsafeNativeMethods.
MENUBARINFO
);
1013
UnsafeNativeMethods.
MENUBARINFO
mbi;
MS\Internal\Automation\Misc.cs (1)
380
internal static bool GetMenuBarInfo(NativeMethods.HWND hwnd, int idObject, uint item, ref UnsafeNativeMethods.
MENUBARINFO
mbi)
parent\parent\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
73
public static extern bool GetMenuBarInfo (IntPtr hwnd, int idObject, uint idItem, ref UnsafeNativeMethods.
MENUBARINFO
mbi);