3 writes to _textPlain
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1382
_textPlain
= value;
1386
_textPlain
= null;
2568
_textPlain
= null;
5 references to _textPlain
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
634
else if (
_textPlain
is not null)
1359
return
_textPlain
is not null
1360
?
_textPlain
2565
else if (
_textPlain
is not null)
2567
string text =
_textPlain
;