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)
7809case RtfTokenType.TokenGroupStart: 7814case RtfTokenType.TokenGroupEnd: 7819case RtfTokenType.TokenInvalid: 7823case RtfTokenType.TokenEOF: 7832case RtfTokenType.TokenDestination: 7836case RtfTokenType.TokenControl: 7873case RtfTokenType.TokenText: 7877case RtfTokenType.TokenTextSymbol: 7881case RtfTokenType.TokenNewline: 7882case RtfTokenType.TokenNullChar: 7886case RtfTokenType.TokenPictureData: