XamlDocument Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Represents a .xaml document.
Inheritance
System.Object
XamlDocument
Syntax
public sealed class XamlDocument
Properties
CurrentProjectAssemblyName | Gets the Current Projects Assembly Name (if it has any). |
RootElement | Gets the root xaml object. |
RootInstance | Gets the object instance created by the root xaml object. |
ServiceProvider | Gets the service provider used for markup extensions in this document. |
TypeFinder | Gets the type finder used for this XAML document. |
Methods
CreateNullValue() | Creates a value that represents {x:Null} |
CreateObject(Object, Type) | Create an XamlObject from the instance. |
CreatePropertyValue(Object, XamlProperty, Type) | Create a XamlPropertyValue for the specified value instance. |
Save(XmlWriter) | Saves the xaml document into the |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()