XamlMember.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 is invoked when a caller gets a value from the DeferringLoader property. Override this method if you want DeferringLoader to return a value that differs from the value that is enabled by default internal reflection, and if you are also providing custom XamlMemberInvoker information.
The default implementation returns an object either by reading XamlDeferLoadAttribute or using a XamlDeferringLoader from the declaring type. If neither object is available, this method might return 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.