5 writes to _textRtf
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
619
_textRtf
= value;
1348
_textRtf
= null;
2473
_textRtf
= null;
2521
_textRtf
= Rtf;
2524
_textRtf
= null;
5 references to _textRtf
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
606
return
_textRtf
;
1321
if (!IsHandleCreated &&
_textRtf
is null)
2469
if (
_textRtf
is not null)
2472
string text =
_textRtf
;
2522
if (
_textRtf
!.Length == 0)