1 instantiation of MENUBARINFO
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
520
mbi = new NativeMethods.
MENUBARINFO
();
9 references to MENUBARINFO
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (2)
439
internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint item, ref NativeMethods.
MENUBARINFO
mbi)
1248
NativeMethods.
MENUBARINFO
mbi;
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
518
internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint idItem, out NativeMethods.
MENUBARINFO
mbi)
761
NativeMethods.
MENUBARINFO
mbi;
816
NativeMethods.
MENUBARINFO
mbi;
846
NativeMethods.
MENUBARINFO
mbi;
890
NativeMethods.
MENUBARINFO
mbi;
1264
NativeMethods.
MENUBARINFO
mbi;
parent\parent\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
93
public static extern bool GetMenuBarInfo (IntPtr hwnd, int idObject, uint idItem, ref NativeMethods.
MENUBARINFO
mbi);