4 references to InvalidTypeString
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameParser.cs (4)
57error = SR.Format(SR.InvalidTypeString, text); 296throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 302throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 313throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));