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