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)
634else if (_textPlain is not null) 1359return _textPlain is not null 1360? _textPlain 2565else if (_textPlain is not null) 2567string text = _textPlain;