1 instantiation of MENUBARINFO
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
968mbi = new UnsafeNativeMethods.MENUBARINFO
5 references to MENUBARINFO
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
966private static unsafe bool GetMenuBarInfo(NativeMethods.HWND hwnd, int idObject, uint idItem, out UnsafeNativeMethods.MENUBARINFO mbi) 970cbSize = sizeof(UnsafeNativeMethods.MENUBARINFO) 992UnsafeNativeMethods.MENUBARINFO mbi;
MS\Internal\Automation\Misc.cs (1)
343internal static bool GetMenuBarInfo(NativeMethods.HWND hwnd, int idObject, uint item, ref UnsafeNativeMethods.MENUBARINFO mbi)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
52public static extern bool GetMenuBarInfo (IntPtr hwnd, int idObject, uint idItem, ref UnsafeNativeMethods.MENUBARINFO mbi);