1 write to _isChecked
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
159_isChecked = value;
5 references to _isChecked
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (5)
154get => _isChecked; 157if (_isChecked != value) 349PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)_isChecked); 423TabStop = _isChecked; 424if (!_isChecked || ParentInternal is not { } parent)