1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7759_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7791rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8648_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8659_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8753_lexer.AdvanceForImageData(); 8962_lexer.CodePage = _converterState.CodePage; 8966_lexer.CodePage = fsNew.CodePage; 9005_lexer.CodePage = formatState.CodePage; 9490_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9767_lexer.AdvanceForBinary((int)token.Parameter); 11205_lexer.CodePage = _converterState.CodePage; 11209_lexer.CodePage = _converterState.CodePage; 11213_lexer.CodePage = _converterState.CodePage; 11217_lexer.CodePage = _converterState.CodePage; 11315_lexer.CodePage = formatState.CodePage;