6 writes to fType
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (3)
292info.fType = NativeMethods.MIIM_FTYPE; 304 info.fType = NativeMethods.MIIM_ID; 315 info.fType = NativeMethods.MIIM_SUBMENU;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (3)
710info.fType = NativeMethods.MIIM_STATE; 729info.fType = NativeMethods.MIIM_STRING; 774info.fType = NativeMethods.MIIM_BITMAP;
1 reference to fType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
295if (info.fType == NativeMethods.MFT_SEPARATOR){