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