XamlDeferringLoader Class

Definition

Represents a XAML reader behavior that loads and returns deferred content.

public ref class XamlDeferringLoader abstract
public abstract class XamlDeferringLoader
type XamlDeferringLoader = class
Public MustInherit Class XamlDeferringLoader
Inheritance
XamlDeferringLoader
Derived

Remarks

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.

Constructors

XamlDeferringLoader()

Initializes a new instance of the XamlDeferringLoader class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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()

Creates a shallow copy of the current Object.

(Inherited from Object)
Save(Object, IServiceProvider)

Commits a value for deferred loading.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also