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)
68
token.Type =
RtfTokenType
.TokenEOF;
79
token.Type =
RtfTokenType
.TokenGroupStart;
84
token.Type =
RtfTokenType
.TokenGroupEnd;
90
token.Type =
RtfTokenType
.TokenNewline;
94
token.Type =
RtfTokenType
.TokenNullChar;
101
token.Type =
RtfTokenType
.TokenInvalid;
126
token.Type =
RtfTokenType
.TokenDestination;
131
token.Type =
RtfTokenType
.TokenTextSymbol;
146
token.Type =
RtfTokenType
.TokenPictureData;
174
case
RtfTokenType
.TokenGroupStart:
175
case
RtfTokenType
.TokenGroupEnd:
176
case
RtfTokenType
.TokenInvalid:
177
case
RtfTokenType
.TokenEOF:
178
case
RtfTokenType
.TokenDestination:
183
case
RtfTokenType
.TokenControl:
191
case
RtfTokenType
.TokenNewline:
195
case
RtfTokenType
.TokenNullChar:
199
case
RtfTokenType
.TokenText:
347
token.Type =
RtfTokenType
.TokenText;
383
token.Type =
RtfTokenType
.TokenInvalid;
446
token.Type =
RtfTokenType
.TokenInvalid;
450
token.Type =
RtfTokenType
.TokenControl;
495
token.Type =
RtfTokenType
.TokenInvalid;
System\Windows\Documents\RtfToXamlReader.cs (11)
7793
case
RtfTokenType
.TokenGroupStart:
7798
case
RtfTokenType
.TokenGroupEnd:
7803
case
RtfTokenType
.TokenInvalid:
7807
case
RtfTokenType
.TokenEOF:
7816
case
RtfTokenType
.TokenDestination:
7820
case
RtfTokenType
.TokenControl:
7857
case
RtfTokenType
.TokenText:
7861
case
RtfTokenType
.TokenTextSymbol:
7865
case
RtfTokenType
.TokenNewline:
7866
case
RtfTokenType
.TokenNullChar:
7870
case
RtfTokenType
.TokenPictureData: