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