5 writes to textRtf
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
765
textRtf
= value;
1472
textRtf
= null;
2584
textRtf
= null;
2627
textRtf
= Rtf;
2629
textRtf
= null;
5 references to textRtf
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
755
return
textRtf
;
1451
if (!IsHandleCreated &&
textRtf
== null) {
2581
if (
textRtf
!= null) {
2583
string text =
textRtf
;
2628
if (
textRtf
.Length == 0)