37 references to RtfTokenType
PresentationFramework (37)
System\Windows\Documents\RtfToken.cs (3)
55
_type =
RtfTokenType
.TokenInvalid;
71
internal
RtfTokenType
Type
153
private
RtfTokenType
_type;
System\Windows\Documents\RtfToXamlLexer.cs (23)
67
token.Type =
RtfTokenType
.TokenEOF;
78
token.Type =
RtfTokenType
.TokenGroupStart;
83
token.Type =
RtfTokenType
.TokenGroupEnd;
89
token.Type =
RtfTokenType
.TokenNewline;
93
token.Type =
RtfTokenType
.TokenNullChar;
100
token.Type =
RtfTokenType
.TokenInvalid;
125
token.Type =
RtfTokenType
.TokenDestination;
130
token.Type =
RtfTokenType
.TokenTextSymbol;
145
token.Type =
RtfTokenType
.TokenPictureData;
173
case
RtfTokenType
.TokenGroupStart:
174
case
RtfTokenType
.TokenGroupEnd:
175
case
RtfTokenType
.TokenInvalid:
176
case
RtfTokenType
.TokenEOF:
177
case
RtfTokenType
.TokenDestination:
182
case
RtfTokenType
.TokenControl:
190
case
RtfTokenType
.TokenNewline:
194
case
RtfTokenType
.TokenNullChar:
198
case
RtfTokenType
.TokenText:
346
token.Type =
RtfTokenType
.TokenText;
382
token.Type =
RtfTokenType
.TokenInvalid;
445
token.Type =
RtfTokenType
.TokenInvalid;
449
token.Type =
RtfTokenType
.TokenControl;
494
token.Type =
RtfTokenType
.TokenInvalid;
System\Windows\Documents\RtfToXamlReader.cs (11)
7792
case
RtfTokenType
.TokenGroupStart:
7797
case
RtfTokenType
.TokenGroupEnd:
7802
case
RtfTokenType
.TokenInvalid:
7806
case
RtfTokenType
.TokenEOF:
7815
case
RtfTokenType
.TokenDestination:
7819
case
RtfTokenType
.TokenControl:
7856
case
RtfTokenType
.TokenText:
7860
case
RtfTokenType
.TokenTextSymbol:
7864
case
RtfTokenType
.TokenNewline:
7865
case
RtfTokenType
.TokenNullChar:
7869
case
RtfTokenType
.TokenPictureData: