14 writes to Type
PresentationFramework (14)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (14)
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; 348token.Type = RtfTokenType.TokenText; 384token.Type = RtfTokenType.TokenInvalid; 447token.Type = RtfTokenType.TokenInvalid; 451token.Type = RtfTokenType.TokenControl; 496token.Type = RtfTokenType.TokenInvalid;
2 references to Type
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
172switch (token.Type)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
7873switch (token.Type)