4 writes to _checked
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (4)
134
_checked
= value;
144
radioButton.
_checked
= radioButton == this;
288
_checked
= true;
297
radioButton.
_checked
= false;
3 references to _checked
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (3)
126
get =>
_checked
;
283
if (
_checked
)
295
if (radioButton != this && radioButton.
_checked
)