2 references to PropCheckState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
391
object checkState = Properties.GetInteger(
PropCheckState
, out found);
403
Properties.SetInteger(
PropCheckState
, (int)value);