XamlType.LookupDeferringLoader Method
Returns a XamlValueConverter<TConverterBase> object, which is used for deferred loading of XAML-declared objects.
Namespace: System.Xaml
Assembly: System.Xaml (in System.Xaml.dll)
Return Value
Type: System.Xaml.Schema.XamlValueConverter<XamlDeferringLoader>A XamlValueConverter<TConverterBase> that has a XamlDeferringLoader constraint on the generic.
This method can be invoked when a caller gets a value from DeferringLoader. Override this method if you want DeferringLoader to return a different value than is enabled by default internal reflection and are also providing custom XamlTypeInvoker information.
The default implementation returns an object on the basis of reading XamlDeferLoadAttribute. It can also check BaseType for the attribute if no attribute is found on the immediate underlying type. If a value is unavailable, this method returns null.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.