2 writes to CheckState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
262CheckState = value ? CheckState.Checked : CheckState.Unchecked; 627menuItem.CheckState = this.CheckState;
6 references to CheckState
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (5)
257return CheckState != CheckState.Unchecked; 277CheckState checkedState = CheckState; 402if (value != CheckState) { 627menuItem.CheckState = this.CheckState; 1086if (CheckState != CheckState.Unchecked && menuItemInternalLayout.PaintCheck) {
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
657if (item.CheckState != CheckState.Unchecked) {