7 references to GetMenuItemInfo
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (3)
229PInvoke.GetMenuItemInfo(hmenu, i, fByPosition: true, ref info); 245PInvoke.GetMenuItemInfo(hmenu, i, fByPosition: true, ref info); 257PInvoke.GetMenuItemInfo(hmenu, i, fByPosition: true, ref info);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (4)
598PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 621PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 633PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 670PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info);