3 writes to textPlain
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
1474
textPlain
= value;
1477
textPlain
= null;
2589
textPlain
= null;
5 references to textPlain
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
748
else if (
textPlain
!= null)
1452
if (
textPlain
!= null) {
1453
return
textPlain
;
2587
else if (
textPlain
!= null) {
2588
string text =
textPlain
;