src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (5)
115token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1, _rtfIndex - rtfStartIndex);
133token.Text = CurrentEncoding.GetString(_rtfBytes, _rtfIndex, 1);
408token.Text = CurrentEncoding.GetString(bytes, 0, i);
412token.Text = CurrentEncoding.GetString(_rtfBytes, s, e - s);
442string controlName = CurrentEncoding.GetString(_rtfBytes, controlStartIndex, controlLength);