1 write to _isChecked
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
192_isChecked = value;
5 references to _isChecked
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (5)
181get => _isChecked; 184if (_isChecked != value) 401PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)_isChecked); 513TabStop = _isChecked; 514if (!_isChecked || ParentInternal is not { } parent)