Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md
T
Andy (Steve) De George e9fcf43083 Merge pull request #1135 from dotnet/adegeo-links
Correct .NET Framework links that pointed to old .NET 5 URLs
2021-08-11 12:04:34 -07:00

43 lines
2.2 KiB
Markdown

---
title: XAML
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "XAML [WPF]"
- "Extensible Application Markup Language [WPF]"
ms.assetid: 5d858575-a83b-42df-ad3f-047ed2d6e3c8
---
# XAML in WPF
[!INCLUDE[TLA#tla_xaml](../../../includes/tlasharptla-xaml-md.md)] is a markup language for declarative application programming. [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] implements a XAML processor implementation and provides XAML language support. The [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] types are implemented such that they can provide the required type backing for a XAML representation. In general, you can create the majority of your [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] application UI in XAML markup.
## In This Section
[XAML in WPF](xaml-in-wpf.md)
[XAML Syntax In Detail](xaml-syntax-in-detail.md)
[Code-Behind and XAML in WPF](code-behind-and-xaml-in-wpf.md)
[XAML and Custom Classes for WPF](xaml-and-custom-classes-for-wpf.md)
[Markup Extensions and WPF XAML](markup-extensions-and-wpf-xaml.md)
[XAML Namespaces and Namespace Mapping for WPF XAML](xaml-namespaces-and-namespace-mapping-for-wpf-xaml.md)
[WPF XAML Namescopes](wpf-xaml-namescopes.md)
[Inline Styles and Templates](inline-styles-and-templates.md)
[White-space Processing in XAML](/dotnet/desktop/xaml-services/white-space-processing)
[TypeConverters and XAML](typeconverters-and-xaml.md)
[XML Character Entities and XAML](/dotnet/desktop/xaml-services/xml-character-entities)
[XAML Namespace (x:) Language Features](/dotnet/desktop/xaml-services/namespace-language-features)
[WPF XAML Extensions](wpf-xaml-extensions.md)
[Markup Compatibility (mc:) Language Features](markup-compatibility-mc-language-features.md)
## Related Sections
[WPF Architecture](wpf-architecture.md)
[Base Elements](base-elements.md)
[Element Tree and Serialization](element-tree-and-serialization.md)
[Properties](properties-wpf.md)
[Events](events-wpf.md)
[Input](input-wpf.md)
[Resources](resources-wpf.md)
[Styling and Templating](../controls/styles-templates-overview.md)
[Threading Model](threading-model.md)