1 write to _isChecked
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
171
_isChecked
= value;
5 references to _isChecked
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (5)
160
get =>
_isChecked
;
163
if (
_isChecked
!= value)
380
PInvokeCore.SendMessage(this, PInvoke.BM_SETCHECK, (WPARAM)(BOOL)
_isChecked
);
492
TabStop =
_isChecked
;
493
if (!
_isChecked
|| ParentInternal is not { } parent)