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