2 writes to _currentEncoding
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
40_currentEncoding = Encoding.GetEncoding(_currentCodePage); 305_currentEncoding = Encoding.GetEncoding(_currentCodePage);
1 reference to _currentEncoding
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
314return _currentEncoding;