XamlDeferringLoader Class
Represents a XAML reader behavior that loads and returns deferred content.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlDeferringLoader() | Initializes a new instance of the XamlDeferringLoader class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Load(XamlReader^, IServiceProvider^) | Loads XAML content in a deferred mode, which is based on a XamlReader and certain required services from a service provider. |
![]() | MemberwiseClone() | |
![]() | Save(Object^, IServiceProvider^) | Commits a value for deferred loading. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is not used as a base class by other XAML readers that are implemented by .NET Framework XAML Services. Instead, it is used internally for value-passing by readers such as XamlObjectReader; or it is used as a base class for a technology-specific implementation, such as TemplateContentLoader from PresentationFramework.dll.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

