37 references to RtfTokenType
PresentationFramework (37)
System\Windows\Documents\RtfToken.cs (3)
55_type = RtfTokenType.TokenInvalid; 71internal RtfTokenType Type 153private RtfTokenType _type;
System\Windows\Documents\RtfToXamlLexer.cs (23)
68token.Type = RtfTokenType.TokenEOF; 79token.Type = RtfTokenType.TokenGroupStart; 84token.Type = RtfTokenType.TokenGroupEnd; 90token.Type = RtfTokenType.TokenNewline; 94token.Type = RtfTokenType.TokenNullChar; 101token.Type = RtfTokenType.TokenInvalid; 126token.Type = RtfTokenType.TokenDestination; 131token.Type = RtfTokenType.TokenTextSymbol; 146token.Type = RtfTokenType.TokenPictureData; 174case RtfTokenType.TokenGroupStart: 175case RtfTokenType.TokenGroupEnd: 176case RtfTokenType.TokenInvalid: 177case RtfTokenType.TokenEOF: 178case RtfTokenType.TokenDestination: 183case RtfTokenType.TokenControl: 191case RtfTokenType.TokenNewline: 195case RtfTokenType.TokenNullChar: 199case RtfTokenType.TokenText: 347token.Type = RtfTokenType.TokenText; 383token.Type = RtfTokenType.TokenInvalid; 446token.Type = RtfTokenType.TokenInvalid; 450token.Type = RtfTokenType.TokenControl; 495token.Type = RtfTokenType.TokenInvalid;
System\Windows\Documents\RtfToXamlReader.cs (11)
7793case RtfTokenType.TokenGroupStart: 7798case RtfTokenType.TokenGroupEnd: 7803case RtfTokenType.TokenInvalid: 7807case RtfTokenType.TokenEOF: 7816case RtfTokenType.TokenDestination: 7820case RtfTokenType.TokenControl: 7857case RtfTokenType.TokenText: 7861case RtfTokenType.TokenTextSymbol: 7865case RtfTokenType.TokenNewline: 7866case RtfTokenType.TokenNullChar: 7870case RtfTokenType.TokenPictureData: