5 writes to _textRtf
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
619
_textRtf
= value;
1343
_textRtf
= null;
2464
_textRtf
= null;
2512
_textRtf
= Rtf;
2515
_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)
2460
if (
_textRtf
is not null)
2463
string text =
_textRtf
;
2513
if (
_textRtf
!.Length == 0)