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