14 writes to Type
PresentationFramework (14)
System\Windows\Documents\RtfToXamlLexer.cs (14)
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; 345token.Type = RtfTokenType.TokenText; 381token.Type = RtfTokenType.TokenInvalid; 444token.Type = RtfTokenType.TokenInvalid; 448token.Type = RtfTokenType.TokenControl; 493token.Type = RtfTokenType.TokenInvalid;
2 references to Type
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
169switch (token.Type)
System\Windows\Documents\RtfToXamlReader.cs (1)
7807switch (token.Type)