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); 302if (_currentCodePage != value) 305_currentEncoding = Encoding.GetEncoding(_currentCodePage);