1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7769_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7801rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8658_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8669_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8763_lexer.AdvanceForImageData(); 8975_lexer.CodePage = _converterState.CodePage; 8979_lexer.CodePage = fsNew.CodePage; 9018_lexer.CodePage = formatState.CodePage; 9506_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9783_lexer.AdvanceForBinary((int)token.Parameter); 11338_lexer.CodePage = _converterState.CodePage; 11342_lexer.CodePage = _converterState.CodePage; 11346_lexer.CodePage = _converterState.CodePage; 11350_lexer.CodePage = _converterState.CodePage; 11448_lexer.CodePage = formatState.CodePage;