XamlConstants Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Contains constants used by the Xaml parser.
Inheritance
System.Object
XamlConstants
Syntax
public static class XamlConstants
Fields
DesignTimeNamespace | The namespace used for the DesignTime schema. Value: "http://schemas.microsoft.com/expression/blend/2008" |
MarkupCompatibilityNamespace | The namespace used for the MarkupCompatibility schema. Value: "http://schemas.openxmlformats.org/markup-compatibility/2006" |
PresentationNamespace | The namespace used for the WPF schema. Value: "http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
ResourcesPropertyName | The name of the Resources property. Value: "Resources" |
Xaml2009Namespace | The namespace used for the 2009 XAML schema. Value: "http://schemas.microsoft.com/winfx/2009/xaml" |
XamlNamespace | The namespace used for the XAML schema. Value: "http://schemas.microsoft.com/winfx/2006/xaml" |
Xmlns | The name of xmlns. Value: "xmlns" |
XmlnsNamespace | The namespace used to identify "xmlns". Value: "http://www.w3.org/2000/xmlns/" |
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()