3 references to DeferringLoaderInstanceNull
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (2)
589
throw new XamlObjectWriterException(SR.Format(SR.
DeferringLoaderInstanceNull
, deferringLoader));
620
throw new XamlObjectWriterException(SR.Format(SR.
DeferringLoaderInstanceNull
, deferringLoader));
System\Xaml\XamlObjectReader.cs (1)
344
throw new XamlObjectReaderException(SR.Format(SR.
DeferringLoaderInstanceNull
, deferringLoader));