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