XamlDesignerSerializationManager Class
Provides services for XAML serialization by XAML designers or other callers that require advanced serialization.
Assembly: PresentationFramework (in PresentationFramework.dll)
System.Windows.Markup.ServiceProviders
System.Windows.Markup.XamlDesignerSerializationManager
| Name | Description | |
|---|---|---|
![]() | XamlDesignerSerializationManager(XmlWriter) | Initializes a new instance of the XamlDesignerSerializationManager class. |
| Name | Description | |
|---|---|---|
![]() | XamlWriterMode | Gets or sets the XAML writer mode. |
| Name | Description | |
|---|---|---|
![]() | AddService(Type, Object) | 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 the default hash function. (Inherited from Object.) |
![]() | GetService(Type) | Gets the service object of the specified type.(Inherited from ServiceProviders.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
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.


