XamlDesignerSerializationManager Class

 

Provides services for XAML serialization by XAML designers or other callers that require advanced serialization.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

System::Object
  System.Windows.Markup::ServiceProviders
    System.Windows.Markup::XamlDesignerSerializationManager

public ref class XamlDesignerSerializationManager : ServiceProviders

NameDescription
System_CAPS_pubmethodXamlDesignerSerializationManager(XmlWriter^)

Initializes a new instance of the XamlDesignerSerializationManager class.

NameDescription
System_CAPS_pubpropertyXamlWriterMode

Gets or sets the XAML writer mode.

NameDescription
System_CAPS_pubmethodAddService(Type^, Object^)

Adds a service to the list. (Inherited from ServiceProviders.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetService(Type^)

Gets the service object of the specified type.(Inherited from ServiceProviders.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The XamlDesignerSerializationManager attempts to optimize access to services that are called frequently during the serialization process.

A XamlDesignerSerializationManager is also used as an input for certain specialized ShouldSerialize methods on WPF classes such as TextBlock::ShouldSerializeInlines, and for an overload of XamlWriter::Save.

.NET Framework
Available since 3.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.

Return to top
Show: