2 instantiations of RtfToken
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
163RtfToken token = new RtfToken();
System\Windows\Documents\RtfToXamlReader.cs (1)
7777RtfToken token = new RtfToken();
25 references to RtfToken
PresentationFramework (25)
System\Windows\Documents\RtfToXamlLexer.cs (4)
58internal RtfToXamlError Next(RtfToken token, FormatState formatState) 163RtfToken token = new RtfToken(); 340private RtfToXamlError NextText(RtfToken token) 433private void SetRtfIndex(RtfToken token, int controlStartIndex)
System\Windows\Documents\RtfToXamlReader.cs (21)
7777RtfToken token = new RtfToken(); 8996internal void HandleControl(RtfToken token, RtfControlWordInfo controlWordInfo) 9682internal void ProcessText(RtfToken token) 9713internal void ProcessTextSymbol(RtfToken token) 9747internal void HandleBinControl(RtfToken token, FormatState formatState) 9762internal void HandlePara(RtfToken token, FormatState formatState) 9789internal void WrapPendingInlineInParagraph(RtfToken token, FormatState formatState) 9832internal void HandlePage(RtfToken token, FormatState formatState) 9917internal void HandleTableTokens(RtfToken token, FormatState formatState) 10098internal void HandleListTokens(RtfToken token, FormatState formatState) 10268internal void HandleShapeTokens(RtfToken token, FormatState formatState) 10357internal void HandleOldListTokens(RtfToken token, FormatState formatState) 10449internal void HandleTableProperties(RtfToken token, FormatState formatState) 10956internal void HandleFieldTokens(RtfToken token, FormatState formatState) 11300internal void HandleCodePageTokens(RtfToken token, FormatState formatState) 11352internal void ProcessFieldText(RtfToken token) 11371internal void ProcessFontTableText(RtfToken token) 11396internal void HandleFontTableTokens(RtfToken token) 11424internal void ProcessColorTableText(RtfToken token) 11533internal void ProcessHardLine(RtfToken token, FormatState formatState) 11567private void SetTokenTextWithControlCharacter(RtfToken token)