1 write to _checkState
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
206
_checkState
= value;
5 references to _checkState
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (5)
174
get =>
_checkState
!= CheckState.Unchecked;
194
get =>
_checkState
;
199
if (
_checkState
== value)
210
PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)
_checkState
);
500
PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)
_checkState
);