4 references to InvalidTypeString
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameParser.cs (4)
51error = SR.Format(SR.InvalidTypeString, text); 298throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 304throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 315throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));