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)
73get => _text; 196internal override bool IsCreatable => base.IsCreatable && !TaskDialogPage.IsNativeStringNullOrEmpty(_text); 202public override string ToString() => _text ?? base.ToString() ?? string.Empty; 235Text = _text;