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)
7810
case
RtfTokenType
.TokenGroupStart:
7815
case
RtfTokenType
.TokenGroupEnd:
7820
case
RtfTokenType
.TokenInvalid:
7824
case
RtfTokenType
.TokenEOF:
7833
case
RtfTokenType
.TokenDestination:
7837
case
RtfTokenType
.TokenControl:
7874
case
RtfTokenType
.TokenText:
7878
case
RtfTokenType
.TokenTextSymbol:
7882
case
RtfTokenType
.TokenNewline:
7883
case
RtfTokenType
.TokenNullChar:
7887
case
RtfTokenType
.TokenPictureData: