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