3 writes to _text
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (3)
73
_text
= text;
81
_text
= standardButtonResult.ToString();
290
_text
= value;
3 references to _text
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButton.cs (3)
280
get =>
_text
;
375
public override string ToString() =>
_text
?? base.ToString() ?? string.Empty;
404
string? text =
_text
?.Replace("\r\n", "\r").Replace("\n", "\r");