3 writes to _textPlain
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1351
_textPlain
= value;
1355
_textPlain
= null;
2479
_textPlain
= null;
5 references to _textPlain
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
599
else if (
_textPlain
is not null)
1323
if (
_textPlain
is not null)
1325
return
_textPlain
;
2476
else if (
_textPlain
is not null)
2478
string text =
_textPlain
;