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)
60get => _text; 139internal override bool IsCreatable => base.IsCreatable && !TaskDialogPage.IsNativeStringNullOrEmpty(_text); 145public override string ToString() => _text ?? base.ToString() ?? string.Empty; 177Text = _text;