2 writes to _text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (2)
47
_text
= text;
94
_text
= value;
4 references to _text
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogExpander.cs (4)
73
get =>
_text
;
196
internal override bool IsCreatable => base.IsCreatable && !TaskDialogPage.IsNativeStringNullOrEmpty(
_text
);
202
public override string ToString() =>
_text
?? base.ToString() ?? string.Empty;
235
Text =
_text
;