1 write to fState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
902info.fState = data.State & (STATE_CHECKED | STATE_DEFAULT | STATE_DISABLED);
1 reference to fState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
455return (info.fState & STATE_HILITE) != 0;