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