5 references to CurrentEncoding
PresentationFramework (5)
System\Windows\Documents\RtfToXamlLexer.cs (5)
114token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1, _rtfIndex - rtfStartIndex); 132token.Text = CurrentEncoding.GetString(_rtfBytes, _rtfIndex, 1); 407token.Text = CurrentEncoding.GetString(bytes, 0, i); 411token.Text = CurrentEncoding.GetString(_rtfBytes, s, e - s); 441string controlName = CurrentEncoding.GetString(_rtfBytes, controlStartIndex, controlLength);