1 instantiation of MENUBARINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
504
mbi = new NativeMethods.
MENUBARINFO
();
9 references to MENUBARINFO
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (2)
423
internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint item, ref NativeMethods.
MENUBARINFO
mbi)
1228
NativeMethods.
MENUBARINFO
mbi;
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
502
internal static bool GetMenuBarInfo(IntPtr hwnd, int idObject, uint idItem, out NativeMethods.
MENUBARINFO
mbi)
745
NativeMethods.
MENUBARINFO
mbi;
800
NativeMethods.
MENUBARINFO
mbi;
830
NativeMethods.
MENUBARINFO
mbi;
874
NativeMethods.
MENUBARINFO
mbi;
1246
NativeMethods.
MENUBARINFO
mbi;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
73
public static extern bool GetMenuBarInfo (IntPtr hwnd, int idObject, uint idItem, ref NativeMethods.
MENUBARINFO
mbi);