1 write to _lexer
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7752_lexer = new RtfToXamlLexer(_rtfBytes);
14 references to _lexer
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
7784rtfToXamlError = _lexer.Next(token, _converterState.TopFormatState); 8637_lexer.WriteImageData(imageStream, formatState.IsImageDataBinary); 8648_lexer.WriteImageData(metafileStream, formatState.IsImageDataBinary); 8741_lexer.AdvanceForImageData(); 8949_lexer.CodePage = _converterState.CodePage; 8953_lexer.CodePage = fsNew.CodePage; 8992_lexer.CodePage = formatState.CodePage; 9480_lexer.AdvanceForUnicode(formatState.UnicodeSkip); 9757_lexer.AdvanceForBinary((int)token.Parameter); 11308_lexer.CodePage = _converterState.CodePage; 11312_lexer.CodePage = _converterState.CodePage; 11316_lexer.CodePage = _converterState.CodePage; 11320_lexer.CodePage = _converterState.CodePage; 11418_lexer.CodePage = formatState.CodePage;