1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7768_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7800rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8657_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8668_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8762_lexer.AdvanceForImageData(); 8974_lexer.CodePage = _converterState.CodePage; 8978_lexer.CodePage = fsNew.CodePage; 9017_lexer.CodePage = formatState.CodePage; 9505_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9782_lexer.AdvanceForBinary((int)token.Parameter); 11337_lexer.CodePage = _converterState.CodePage; 11341_lexer.CodePage = _converterState.CodePage; 11345_lexer.CodePage = _converterState.CodePage; 11349_lexer.CodePage = _converterState.CodePage; 11447_lexer.CodePage = formatState.CodePage;