2 writes to _text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (2)
38
_text
= text;
93
_text
= value;
2 references to _text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButton.cs (2)
88
get =>
_text
;
264
public override string ToString() =>
_text
?? base.ToString() ?? string.Empty;