2 writes to _text
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (2)
37
_text
= text;
65
_text
= value;
3 references to _text
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogVerificationCheckBox.cs (3)
60
get =>
_text
;
115
internal override bool IsCreatable => base.IsCreatable && !TaskDialogPage.IsNativeStringNullOrEmpty(
_text
);
132
public override string ToString() =>
_text
?? base.ToString() ?? string.Empty;