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