1 write to checkState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckBox.cs (1)
265
checkState
= value;
5 references to checkState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckBox.cs (5)
228
return
checkState
!= CheckState.Unchecked;
252
return
checkState
;
261
if (
checkState
!= value) {
268
SendMessage(NativeMethods.BM_SETCHECK, (int)
checkState
, 0);
610
SendMessage(NativeMethods.BM_SETCHECK, (int)
checkState
, 0);