2 instantiations of RtfToken
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
162RtfToken token = new RtfToken();
System\Windows\Documents\RtfToXamlReader.cs (1)
7776RtfToken token = new RtfToken();
25 references to RtfToken
PresentationFramework (25)
System\Windows\Documents\RtfToXamlLexer.cs (4)
57internal RtfToXamlError Next(RtfToken token, FormatState formatState) 162RtfToken token = new RtfToken(); 339private RtfToXamlError NextText(RtfToken token) 432private void SetRtfIndex(RtfToken token, int controlStartIndex)
System\Windows\Documents\RtfToXamlReader.cs (21)
7776RtfToken token = new RtfToken(); 8995internal void HandleControl(RtfToken token, RtfControlWordInfo controlWordInfo) 9681internal void ProcessText(RtfToken token) 9712internal void ProcessTextSymbol(RtfToken token) 9746internal void HandleBinControl(RtfToken token, FormatState formatState) 9761internal void HandlePara(RtfToken token, FormatState formatState) 9788internal void WrapPendingInlineInParagraph(RtfToken token, FormatState formatState) 9831internal void HandlePage(RtfToken token, FormatState formatState) 9916internal void HandleTableTokens(RtfToken token, FormatState formatState) 10097internal void HandleListTokens(RtfToken token, FormatState formatState) 10267internal void HandleShapeTokens(RtfToken token, FormatState formatState) 10356internal void HandleOldListTokens(RtfToken token, FormatState formatState) 10448internal void HandleTableProperties(RtfToken token, FormatState formatState) 10955internal void HandleFieldTokens(RtfToken token, FormatState formatState) 11299internal void HandleCodePageTokens(RtfToken token, FormatState formatState) 11351internal void ProcessFieldText(RtfToken token) 11370internal void ProcessFontTableText(RtfToken token) 11395internal void HandleFontTableTokens(RtfToken token) 11423internal void ProcessColorTableText(RtfToken token) 11532internal void ProcessHardLine(RtfToken token, FormatState formatState) 11566private void SetTokenTextWithControlCharacter(RtfToken token)