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