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