3 references to SZ_RTF_TAG
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
2860byte[] bytes = new byte[SZ_RTF_TAG.Length]; 2861_editStream.Read(bytes, (int)streamStart, SZ_RTF_TAG.Length); 2865if (!SZ_RTF_TAG.Equals(str))