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)
7792case RtfTokenType.TokenGroupStart: 7797case RtfTokenType.TokenGroupEnd: 7802case RtfTokenType.TokenInvalid: 7806case RtfTokenType.TokenEOF: 7815case RtfTokenType.TokenDestination: 7819case RtfTokenType.TokenControl: 7856case RtfTokenType.TokenText: 7860case RtfTokenType.TokenTextSymbol: 7864case RtfTokenType.TokenNewline: 7865case RtfTokenType.TokenNullChar: 7869case RtfTokenType.TokenPictureData: