2 instantiations of RtfToken
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
161
RtfToken token = new
RtfToken
();
System\Windows\Documents\RtfToXamlReader.cs (1)
7793
RtfToken token = new
RtfToken
();
25 references to RtfToken
PresentationFramework (25)
System\Windows\Documents\RtfToXamlLexer.cs (4)
56
internal RtfToXamlError Next(
RtfToken
token, FormatState formatState)
161
RtfToken
token = new RtfToken();
338
private RtfToXamlError NextText(
RtfToken
token)
431
private void SetRtfIndex(
RtfToken
token, int controlStartIndex)
System\Windows\Documents\RtfToXamlReader.cs (21)
7793
RtfToken
token = new RtfToken();
9021
internal void HandleControl(
RtfToken
token, RtfControlWordInfo controlWordInfo)
9707
internal void ProcessText(
RtfToken
token)
9738
internal void ProcessTextSymbol(
RtfToken
token)
9772
internal void HandleBinControl(
RtfToken
token, FormatState formatState)
9787
internal void HandlePara(
RtfToken
token, FormatState formatState)
9814
internal void WrapPendingInlineInParagraph(
RtfToken
token, FormatState formatState)
9857
internal void HandlePage(
RtfToken
token, FormatState formatState)
9946
internal void HandleTableTokens(
RtfToken
token, FormatState formatState)
10127
internal void HandleListTokens(
RtfToken
token, FormatState formatState)
10298
internal void HandleShapeTokens(
RtfToken
token, FormatState formatState)
10387
internal void HandleOldListTokens(
RtfToken
token, FormatState formatState)
10480
internal void HandleTableProperties(
RtfToken
token, FormatState formatState)
10984
internal void HandleFieldTokens(
RtfToken
token, FormatState formatState)
11329
internal void HandleCodePageTokens(
RtfToken
token, FormatState formatState)
11381
internal void ProcessFieldText(
RtfToken
token)
11400
internal void ProcessFontTableText(
RtfToken
token)
11425
internal void HandleFontTableTokens(
RtfToken
token)
11453
internal void ProcessColorTableText(
RtfToken
token)
11566
internal void ProcessHardLine(
RtfToken
token, FormatState formatState)
11600
private void SetTokenTextWithControlCharacter(
RtfToken
token)