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