3 references to SZ_RTF_TAG
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3029byte[] bytes = new byte[SZ_RTF_TAG.Length]; 3030editStream.Read(bytes, (int)streamStart, SZ_RTF_TAG.Length); 3032if (!SZ_RTF_TAG.Equals(str))