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)
314
return
_currentEncoding
;