1 instantiation of MENUBARINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
507mbi = new NativeMethods.MENUBARINFO();
9 references to MENUBARINFO
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (2)
428internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint item, ref NativeMethods.MENUBARINFO mbi) 1235NativeMethods.MENUBARINFO mbi;
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
505internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint idItem, out NativeMethods.MENUBARINFO mbi) 748NativeMethods.MENUBARINFO mbi; 803NativeMethods.MENUBARINFO mbi; 833NativeMethods.MENUBARINFO mbi; 877NativeMethods.MENUBARINFO mbi; 1249NativeMethods.MENUBARINFO mbi;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
73public static extern bool GetMenuBarInfo (IntPtr hwnd, int idObject, uint idItem, ref NativeMethods.MENUBARINFO mbi);