System.Windows.Markup Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides types that support XAML processing in Windows Phone, including a XAML reader and several attributes used for CLR attribute decoration to indicate a type or member's XAML usage.
| Class | Description | |
|---|---|---|
![]() | ContentPropertyAttribute | Specifies which property of a class can be interpreted to be the content property when the class is parsed by a XAML processor. |
![]() | XamlParseException | The exception that is thrown when a XAML parsing exception occurs. |
![]() | XamlReader | Provides a XAML processor engine for parsing XAML and creating corresponding Windows Phone object trees. |
![]() | XmlLanguage | Represents culture information for use in XML and XAML markup. |
![]() | XmlnsDefinitionAttribute | Infrastructure. Specifies a mapping in an assembly between an XML namespace identifier and a CLR namespace within that assembly. |
![]() | XmlnsPrefixAttribute | Infrastructure. Specifies a recommended prefix to associate with an XML namespace when writing elements and attributes in a XAML file. |
Show:
