2 references to CannotResolveTypeForFactoryMethod
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1167throw ctx.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.CannotResolveTypeForFactoryMethod, ownerTypeName, propertyName.Name)));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
79throw CreateException((SR.Format(SR.CannotResolveTypeForFactoryMethod, xamlType, methodName)));