2 instantiations of RtfToken
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
161RtfToken token = new RtfToken();
System\Windows\Documents\RtfToXamlReader.cs (1)
7781RtfToken token = new RtfToken();
25 references to RtfToken
PresentationFramework (25)
System\Windows\Documents\RtfToXamlLexer.cs (4)
56internal RtfToXamlError Next(RtfToken token, FormatState formatState) 161RtfToken token = new RtfToken(); 338private RtfToXamlError NextText(RtfToken token) 431private void SetRtfIndex(RtfToken token, int controlStartIndex)
System\Windows\Documents\RtfToXamlReader.cs (21)
7781RtfToken token = new RtfToken(); 9006internal void HandleControl(RtfToken token, RtfControlWordInfo controlWordInfo) 9689internal void ProcessText(RtfToken token) 9720internal void ProcessTextSymbol(RtfToken token) 9754internal void HandleBinControl(RtfToken token, FormatState formatState) 9769internal void HandlePara(RtfToken token, FormatState formatState) 9796internal void WrapPendingInlineInParagraph(RtfToken token, FormatState formatState) 9839internal void HandlePage(RtfToken token, FormatState formatState) 9928internal void HandleTableTokens(RtfToken token, FormatState formatState) 10109internal void HandleListTokens(RtfToken token, FormatState formatState) 10259internal void HandleShapeTokens(RtfToken token, FormatState formatState) 10348internal void HandleOldListTokens(RtfToken token, FormatState formatState) 10441internal void HandleTableProperties(RtfToken token, FormatState formatState) 10849internal void HandleFieldTokens(RtfToken token, FormatState formatState) 11194internal void HandleCodePageTokens(RtfToken token, FormatState formatState) 11246internal void ProcessFieldText(RtfToken token) 11265internal void ProcessFontTableText(RtfToken token) 11290internal void HandleFontTableTokens(RtfToken token) 11318internal void ProcessColorTableText(RtfToken token) 11431internal void ProcessHardLine(RtfToken token, FormatState formatState) 11465private void SetTokenTextWithControlCharacter(RtfToken token)