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