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)
67token.Type = RtfTokenType.TokenEOF; 78token.Type = RtfTokenType.TokenGroupStart; 83token.Type = RtfTokenType.TokenGroupEnd; 89token.Type = RtfTokenType.TokenNewline; 93token.Type = RtfTokenType.TokenNullChar; 100token.Type = RtfTokenType.TokenInvalid; 125token.Type = RtfTokenType.TokenDestination; 130token.Type = RtfTokenType.TokenTextSymbol; 145token.Type = RtfTokenType.TokenPictureData; 173case RtfTokenType.TokenGroupStart: 174case RtfTokenType.TokenGroupEnd: 175case RtfTokenType.TokenInvalid: 176case RtfTokenType.TokenEOF: 177case RtfTokenType.TokenDestination: 182case RtfTokenType.TokenControl: 190case RtfTokenType.TokenNewline: 194case RtfTokenType.TokenNullChar: 198case RtfTokenType.TokenText: 346token.Type = RtfTokenType.TokenText; 382token.Type = RtfTokenType.TokenInvalid; 445token.Type = RtfTokenType.TokenInvalid; 449token.Type = RtfTokenType.TokenControl; 494token.Type = RtfTokenType.TokenInvalid;
System\Windows\Documents\RtfToXamlReader.cs (11)
7810case RtfTokenType.TokenGroupStart: 7815case RtfTokenType.TokenGroupEnd: 7820case RtfTokenType.TokenInvalid: 7824case RtfTokenType.TokenEOF: 7833case RtfTokenType.TokenDestination: 7837case RtfTokenType.TokenControl: 7874case RtfTokenType.TokenText: 7878case RtfTokenType.TokenTextSymbol: 7882case RtfTokenType.TokenNewline: 7883case RtfTokenType.TokenNullChar: 7887case RtfTokenType.TokenPictureData: