Files
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md

* net-current-v40plus-md.md

* tla2sharptla-ui-md.md

* tla2sharptla-uiautomation-md.md

* tla2sharptla-winclient-md.md

* tla2sharptla-xaml-md.md

* tlasharptla-ui-md.md

* tlasharptla-uiautomation-md.md

* tlasharptla-winclient-md.md

* tlasharptla-xaml-md.md

* fix warnings
2022-03-16 12:14:11 -04:00

43 lines
1.8 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
WPF 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 WPF 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)