4 instantiations of MENUITEMINFO
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
1885
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
1900
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
1944
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
2551
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
6 references to MENUITEMINFO
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
448
internal static bool GetMenuItemInfo(IntPtr hmenu, int item, bool byPosition, ref NativeMethods.
MENUITEMINFO
menuItemInfo)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
1885
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
1900
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO ();
1944
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
2551
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
MS\Win32\UnsafeNativeMethods.cs (1)
147
public static extern bool GetMenuItemInfo(IntPtr hMenu, int uItem, bool fByPosition, [In, Out] ref NativeMethods.
MENUITEMINFO
menuItemInfo);