1 write to checkState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
137checkState = value;
3 references to checkState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripButton.cs (3)
102return checkState != CheckState.Unchecked; 126return checkState; 136if (value != checkState) {