1 write to _checkState
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
183
_checkState
= value;
5 references to _checkState
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (5)
151
get =>
_checkState
!= CheckState.Unchecked;
171
get =>
_checkState
;
176
if (
_checkState
== value)
187
PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)
_checkState
);
478
PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)
_checkState
);