37 references to RtfTokenType
PresentationFramework (37)
System\Windows\Documents\RtfToken.cs (3)
54
_type =
RtfTokenType
.TokenInvalid;
70
internal
RtfTokenType
Type
152
private
RtfTokenType
_type;
System\Windows\Documents\RtfToXamlLexer.cs (23)
66
token.Type =
RtfTokenType
.TokenEOF;
77
token.Type =
RtfTokenType
.TokenGroupStart;
82
token.Type =
RtfTokenType
.TokenGroupEnd;
88
token.Type =
RtfTokenType
.TokenNewline;
92
token.Type =
RtfTokenType
.TokenNullChar;
99
token.Type =
RtfTokenType
.TokenInvalid;
124
token.Type =
RtfTokenType
.TokenDestination;
129
token.Type =
RtfTokenType
.TokenTextSymbol;
144
token.Type =
RtfTokenType
.TokenPictureData;
172
case
RtfTokenType
.TokenGroupStart:
173
case
RtfTokenType
.TokenGroupEnd:
174
case
RtfTokenType
.TokenInvalid:
175
case
RtfTokenType
.TokenEOF:
176
case
RtfTokenType
.TokenDestination:
181
case
RtfTokenType
.TokenControl:
189
case
RtfTokenType
.TokenNewline:
193
case
RtfTokenType
.TokenNullChar:
197
case
RtfTokenType
.TokenText:
345
token.Type =
RtfTokenType
.TokenText;
381
token.Type =
RtfTokenType
.TokenInvalid;
444
token.Type =
RtfTokenType
.TokenInvalid;
448
token.Type =
RtfTokenType
.TokenControl;
493
token.Type =
RtfTokenType
.TokenInvalid;
System\Windows\Documents\RtfToXamlReader.cs (11)
7809
case
RtfTokenType
.TokenGroupStart:
7814
case
RtfTokenType
.TokenGroupEnd:
7819
case
RtfTokenType
.TokenInvalid:
7823
case
RtfTokenType
.TokenEOF:
7832
case
RtfTokenType
.TokenDestination:
7836
case
RtfTokenType
.TokenControl:
7873
case
RtfTokenType
.TokenText:
7877
case
RtfTokenType
.TokenTextSymbol:
7881
case
RtfTokenType
.TokenNewline:
7882
case
RtfTokenType
.TokenNullChar:
7886
case
RtfTokenType
.TokenPictureData: