2 writes to _text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (2)
31
_text
= text;
81
_text
= value;
4 references to _text
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogFootnote.cs (4)
60
get =>
_text
;
139
internal override bool IsCreatable => base.IsCreatable && !TaskDialogPage.IsNativeStringNullOrEmpty(
_text
);
145
public override string ToString() =>
_text
?? base.ToString() ?? string.Empty;
177
Text =
_text
;