1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7756_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7788rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8645_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8656_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8750_lexer.AdvanceForImageData(); 8959_lexer.CodePage = _converterState.CodePage; 8963_lexer.CodePage = fsNew.CodePage; 9002_lexer.CodePage = formatState.CodePage; 9487_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9764_lexer.AdvanceForBinary((int)token.Parameter); 11202_lexer.CodePage = _converterState.CodePage; 11206_lexer.CodePage = _converterState.CodePage; 11210_lexer.CodePage = _converterState.CodePage; 11214_lexer.CodePage = _converterState.CodePage; 11312_lexer.CodePage = formatState.CodePage;