1 write to _lexer
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
7834_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (14)
7866rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8726_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8737_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8830_lexer.AdvanceForImageData(); 9041_lexer.CodePage = _converterState.CodePage; 9045_lexer.CodePage = fsNew.CodePage; 9084_lexer.CodePage = formatState.CodePage; 9572_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9849_lexer.AdvanceForBinary((int)token.Parameter); 11402_lexer.CodePage = _converterState.CodePage; 11406_lexer.CodePage = _converterState.CodePage; 11410_lexer.CodePage = _converterState.CodePage; 11414_lexer.CodePage = _converterState.CodePage; 11517_lexer.CodePage = formatState.CodePage;