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)
599else if (_textPlain is not null) 1323return _textPlain is not null 1324? _textPlain 2467else if (_textPlain is not null) 2469string text = _textPlain;