3 writes to _textPlain
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1346
_textPlain
= value;
1350
_textPlain
= null;
2470
_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
return
_textPlain
is not null
1324
?
_textPlain
2467
else if (
_textPlain
is not null)
2469
string text =
_textPlain
;