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