37 references to RtfTokenType
PresentationFramework (37)
src\Framework\System\Windows\Documents\RtfToken.cs (3)
57_type = RtfTokenType.TokenInvalid; 73internal RtfTokenType Type 155private RtfTokenType _type;
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (23)
69token.Type = RtfTokenType.TokenEOF; 80token.Type = RtfTokenType.TokenGroupStart; 85token.Type = RtfTokenType.TokenGroupEnd; 91token.Type = RtfTokenType.TokenNewline; 95token.Type = RtfTokenType.TokenNullChar; 102token.Type = RtfTokenType.TokenInvalid; 127token.Type = RtfTokenType.TokenDestination; 132token.Type = RtfTokenType.TokenTextSymbol; 147token.Type = RtfTokenType.TokenPictureData; 175case RtfTokenType.TokenGroupStart: 176case RtfTokenType.TokenGroupEnd: 177case RtfTokenType.TokenInvalid: 178case RtfTokenType.TokenEOF: 179case RtfTokenType.TokenDestination: 184case RtfTokenType.TokenControl: 192case RtfTokenType.TokenNewline: 196case RtfTokenType.TokenNullChar: 200case RtfTokenType.TokenText: 348token.Type = RtfTokenType.TokenText; 384token.Type = RtfTokenType.TokenInvalid; 447token.Type = RtfTokenType.TokenInvalid; 451token.Type = RtfTokenType.TokenControl; 496token.Type = RtfTokenType.TokenInvalid;
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
7875case RtfTokenType.TokenGroupStart: 7880case RtfTokenType.TokenGroupEnd: 7885case RtfTokenType.TokenInvalid: 7889case RtfTokenType.TokenEOF: 7898case RtfTokenType.TokenDestination: 7902case RtfTokenType.TokenControl: 7939case RtfTokenType.TokenText: 7943case RtfTokenType.TokenTextSymbol: 7947case RtfTokenType.TokenNewline: 7948case RtfTokenType.TokenNullChar: 7952case RtfTokenType.TokenPictureData: