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