14 writes to Type
PresentationFramework (14)
System\Windows\Documents\RtfToXamlLexer.cs (14)
68token.Type = RtfTokenType.TokenEOF; 79token.Type = RtfTokenType.TokenGroupStart; 84token.Type = RtfTokenType.TokenGroupEnd; 90token.Type = RtfTokenType.TokenNewline; 94token.Type = RtfTokenType.TokenNullChar; 101token.Type = RtfTokenType.TokenInvalid; 126token.Type = RtfTokenType.TokenDestination; 131token.Type = RtfTokenType.TokenTextSymbol; 146token.Type = RtfTokenType.TokenPictureData; 347token.Type = RtfTokenType.TokenText; 383token.Type = RtfTokenType.TokenInvalid; 446token.Type = RtfTokenType.TokenInvalid; 450token.Type = RtfTokenType.TokenControl; 495token.Type = RtfTokenType.TokenInvalid;
2 references to Type
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
171switch (token.Type)
System\Windows\Documents\RtfToXamlReader.cs (1)
7791switch (token.Type)