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