7 references to GetMenuItemInfo
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (3)
293
UnsafeNativeMethods.
GetMenuItemInfo
(menuHandle, i, /*fByPosition=*/ true, info);
305
UnsafeNativeMethods.
GetMenuItemInfo
(menuHandle, i, /*fByPosition=*/ true, info);
316
UnsafeNativeMethods.
GetMenuItemInfo
(menuHandle, i, /*fByPosition=*/ true, info);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (4)
712
UnsafeNativeMethods.
GetMenuItemInfo
(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
732
UnsafeNativeMethods.
GetMenuItemInfo
(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
743
UnsafeNativeMethods.
GetMenuItemInfo
(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
776
UnsafeNativeMethods.
GetMenuItemInfo
(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);