5 writes to _textRtf
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
654
_textRtf
= value;
1379
_textRtf
= null;
2562
_textRtf
= null;
2615
_textRtf
= Rtf;
2618
_textRtf
= null;
5 references to _textRtf
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
641
return
_textRtf
;
1357
if (!IsHandleCreated &&
_textRtf
is null)
2558
if (
_textRtf
is not null)
2561
string text =
_textRtf
;
2616
if (
_textRtf
!.Length == 0)