XamlDesignerSerializationManager Class
Provides services for XAML serialization by XAML designers or other callers that require advanced serialization.
System.Windows.Markup::ServiceProviders
System.Windows.Markup::XamlDesignerSerializationManager
Assembly: PresentationFramework (in PresentationFramework.dll)
The XamlDesignerSerializationManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlDesignerSerializationManager | Initializes a new instance of the XamlDesignerSerializationManager class. |
| Name | Description | |
|---|---|---|
![]() | AddService | Adds a service to the list. (Inherited from ServiceProviders.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetService | Gets the service object of the specified type. (Inherited from ServiceProviders.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
