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