5 writes to fType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuItem.cs (5)
881info.fType = data.State & (STATE_BARBREAK | STATE_BREAK | STATE_RADIOCHECK | STATE_OWNERDRAW); 894info.fType |= NativeMethods.MFT_MENUBREAK; 897info.fType |= NativeMethods.MFT_SEPARATOR; 1435info.fType |= NativeMethods.MFT_RIGHTJUSTIFY | NativeMethods.MFT_RIGHTORDER; 1437info.fType &= ~(NativeMethods.MFT_RIGHTJUSTIFY | NativeMethods.MFT_RIGHTORDER);