14 writes to Type
PresentationFramework (14)
System\Windows\Documents\RtfToXamlLexer.cs (14)
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; 346token.Type = RtfTokenType.TokenText; 382token.Type = RtfTokenType.TokenInvalid; 445token.Type = RtfTokenType.TokenInvalid; 449token.Type = RtfTokenType.TokenControl; 494token.Type = RtfTokenType.TokenInvalid;
2 references to Type
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (1)
170switch (token.Type)
System\Windows\Documents\RtfToXamlReader.cs (1)
7790switch (token.Type)