1 write to _checkState
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
202_checkState = value;
5 references to _checkState
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (5)
170get => _checkState != CheckState.Unchecked; 190get => _checkState; 195if (_checkState == value) 206PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)_checkState); 496PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(int)_checkState);