4 references to PrefixNotFound
System.Xaml (4)
System\Xaml\Context\XamlContext.cs (2)
87throw new XamlParseException(SR.Format(SR.PrefixNotFound, propName.Prefix)); 247throw new XamlParseException(SR.Format(SR.PrefixNotFound, typeName.Prefix));
System\Xaml\Parser\GenericTypeNameParser.cs (2)
58error = SR.Format(SR.PrefixNotFound, prefix); 270frame.Namespace = ns ?? throw new TypeNameParserException(SR.Format(SR.PrefixNotFound, prefix));