2 writes to _currentCodePage
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
39
_currentCodePage
= CultureInfo.CurrentCulture.TextInfo.ANSICodePage;
304
_currentCodePage
= value;
3 references to _currentCodePage
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (3)
40
_currentEncoding = Encoding.GetEncoding(
_currentCodePage
);
302
if (
_currentCodePage
!= value)
305
_currentEncoding = Encoding.GetEncoding(
_currentCodePage
);