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)
88get => _text; 264public override string ToString() => _text ?? base.ToString() ?? string.Empty;