4 instantiations of MENUITEMINFO
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
1886
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
1901
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
1945
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
2552
NativeMethods.MENUITEMINFO menuItemInfo = new NativeMethods.
MENUITEMINFO
();
6 references to MENUITEMINFO
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
449
internal static bool GetMenuItemInfo(IntPtr hmenu, int item, bool byPosition, ref NativeMethods.
MENUITEMINFO
menuItemInfo)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
1886
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
1901
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO ();
1945
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
2552
NativeMethods.
MENUITEMINFO
menuItemInfo = new NativeMethods.MENUITEMINFO();
MS\Win32\UnsafeNativeMethods.cs (1)
148
public static extern bool GetMenuItemInfo(IntPtr hMenu, int uItem, bool fByPosition, [In, Out] ref NativeMethods.
MENUITEMINFO
menuItemInfo);