1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7753_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7785rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8638_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8649_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8742_lexer.AdvanceForImageData(); 8950_lexer.CodePage = _converterState.CodePage; 8954_lexer.CodePage = fsNew.CodePage; 8993_lexer.CodePage = formatState.CodePage; 9481_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9758_lexer.AdvanceForBinary((int)token.Parameter); 11309_lexer.CodePage = _converterState.CodePage; 11313_lexer.CodePage = _converterState.CodePage; 11317_lexer.CodePage = _converterState.CodePage; 11321_lexer.CodePage = _converterState.CodePage; 11419_lexer.CodePage = formatState.CodePage;