2 instantiations of RtfToken
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
161RtfToken token = new RtfToken();
System\Windows\Documents\RtfToXamlReader.cs (1)
7793RtfToken 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)
7793RtfToken token = new RtfToken(); 9021internal void HandleControl(RtfToken token, RtfControlWordInfo controlWordInfo) 9707internal void ProcessText(RtfToken token) 9738internal void ProcessTextSymbol(RtfToken token) 9772internal void HandleBinControl(RtfToken token, FormatState formatState) 9787internal void HandlePara(RtfToken token, FormatState formatState) 9814internal void WrapPendingInlineInParagraph(RtfToken token, FormatState formatState) 9857internal void HandlePage(RtfToken token, FormatState formatState) 9946internal void HandleTableTokens(RtfToken token, FormatState formatState) 10127internal void HandleListTokens(RtfToken token, FormatState formatState) 10298internal void HandleShapeTokens(RtfToken token, FormatState formatState) 10387internal void HandleOldListTokens(RtfToken token, FormatState formatState) 10480internal void HandleTableProperties(RtfToken token, FormatState formatState) 10984internal void HandleFieldTokens(RtfToken token, FormatState formatState) 11329internal void HandleCodePageTokens(RtfToken token, FormatState formatState) 11381internal void ProcessFieldText(RtfToken token) 11400internal void ProcessFontTableText(RtfToken token) 11425internal void HandleFontTableTokens(RtfToken token) 11453internal void ProcessColorTableText(RtfToken token) 11566internal void ProcessHardLine(RtfToken token, FormatState formatState) 11600private void SetTokenTextWithControlCharacter(RtfToken token)