1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7751_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7783rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8636_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8647_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8740_lexer.AdvanceForImageData(); 8948_lexer.CodePage = _converterState.CodePage; 8952_lexer.CodePage = fsNew.CodePage; 8991_lexer.CodePage = formatState.CodePage; 9479_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9756_lexer.AdvanceForBinary((int)token.Parameter); 11307_lexer.CodePage = _converterState.CodePage; 11311_lexer.CodePage = _converterState.CodePage; 11315_lexer.CodePage = _converterState.CodePage; 11319_lexer.CodePage = _converterState.CodePage; 11417_lexer.CodePage = formatState.CodePage;