37 references to RtfTokenType
PresentationFramework (37)
src\Framework\System\Windows\Documents\RtfToken.cs (3)
57
_type =
RtfTokenType
.TokenInvalid;
73
internal
RtfTokenType
Type
155
private
RtfTokenType
_type;
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (23)
69
token.Type =
RtfTokenType
.TokenEOF;
80
token.Type =
RtfTokenType
.TokenGroupStart;
85
token.Type =
RtfTokenType
.TokenGroupEnd;
91
token.Type =
RtfTokenType
.TokenNewline;
95
token.Type =
RtfTokenType
.TokenNullChar;
102
token.Type =
RtfTokenType
.TokenInvalid;
127
token.Type =
RtfTokenType
.TokenDestination;
132
token.Type =
RtfTokenType
.TokenTextSymbol;
147
token.Type =
RtfTokenType
.TokenPictureData;
175
case
RtfTokenType
.TokenGroupStart:
176
case
RtfTokenType
.TokenGroupEnd:
177
case
RtfTokenType
.TokenInvalid:
178
case
RtfTokenType
.TokenEOF:
179
case
RtfTokenType
.TokenDestination:
184
case
RtfTokenType
.TokenControl:
192
case
RtfTokenType
.TokenNewline:
196
case
RtfTokenType
.TokenNullChar:
200
case
RtfTokenType
.TokenText:
348
token.Type =
RtfTokenType
.TokenText;
384
token.Type =
RtfTokenType
.TokenInvalid;
447
token.Type =
RtfTokenType
.TokenInvalid;
451
token.Type =
RtfTokenType
.TokenControl;
496
token.Type =
RtfTokenType
.TokenInvalid;
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
7875
case
RtfTokenType
.TokenGroupStart:
7880
case
RtfTokenType
.TokenGroupEnd:
7885
case
RtfTokenType
.TokenInvalid:
7889
case
RtfTokenType
.TokenEOF:
7898
case
RtfTokenType
.TokenDestination:
7902
case
RtfTokenType
.TokenControl:
7939
case
RtfTokenType
.TokenText:
7943
case
RtfTokenType
.TokenTextSymbol:
7947
case
RtfTokenType
.TokenNewline:
7948
case
RtfTokenType
.TokenNullChar:
7952
case
RtfTokenType
.TokenPictureData: