2 instantiations of RtfToken
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
164RtfToken token = new RtfToken();
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
7859RtfToken token = new RtfToken();
25 references to RtfToken
PresentationFramework (25)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (4)
59internal RtfToXamlError Next(RtfToken token, FormatState formatState) 164RtfToken token = new RtfToken(); 341private RtfToXamlError NextText(RtfToken token) 434private void SetRtfIndex(RtfToken token, int controlStartIndex)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (21)
7859RtfToken token = new RtfToken(); 9088internal void HandleControl(RtfToken token, RtfControlWordInfo controlWordInfo) 9774internal void ProcessText(RtfToken token) 9805internal void ProcessTextSymbol(RtfToken token) 9839internal void HandleBinControl(RtfToken token, FormatState formatState) 9854internal void HandlePara(RtfToken token, FormatState formatState) 9881internal void WrapPendingInlineInParagraph(RtfToken token, FormatState formatState) 9924internal void HandlePage(RtfToken token, FormatState formatState) 10009internal void HandleTableTokens(RtfToken token, FormatState formatState) 10190internal void HandleListTokens(RtfToken token, FormatState formatState) 10361internal void HandleShapeTokens(RtfToken token, FormatState formatState) 10450internal void HandleOldListTokens(RtfToken token, FormatState formatState) 10542internal void HandleTableProperties(RtfToken token, FormatState formatState) 11049internal void HandleFieldTokens(RtfToken token, FormatState formatState) 11394internal void HandleCodePageTokens(RtfToken token, FormatState formatState) 11451internal void ProcessFieldText(RtfToken token) 11470internal void ProcessFontTableText(RtfToken token) 11495internal void HandleFontTableTokens(RtfToken token) 11523internal void ProcessColorTableText(RtfToken token) 11632internal void ProcessHardLine(RtfToken token, FormatState formatState) 11667private void SetTokenTextWithControlCharacter(RtfToken token)