5 references to MIIM_STATE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuItem.cs (3)
452
info.fMask = NativeMethods.
MIIM_STATE
;
879
info.fMask = NativeMethods.MIIM_ID | NativeMethods.
MIIM_STATE
|
1429
info.fMask = NativeMethods.MIIM_TYPE | NativeMethods.
MIIM_STATE
| NativeMethods.MIIM_SUBMENU;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
709
info.fMask = NativeMethods.
MIIM_STATE
;
710
info.fType = NativeMethods.
MIIM_STATE
;