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