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)
280get => _text; 375public override string ToString() => _text ?? base.ToString() ?? string.Empty; 404string? text = _text?.Replace("\r\n", "\r").Replace("\n", "\r");