Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/xaml-in-wpf.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

2.3 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
XAML 03/30/2017
AutoGeneratedOrientationPage
XAML [WPF]
Extensible Application Markup Language [WPF]
5d858575-a83b-42df-ad3f-047ed2d6e3c8

XAML in WPF

[!INCLUDETLA#tla_xaml] is a markup language for declarative application programming. [!INCLUDETLA#tla_winclient] implements a XAML processor implementation and provides XAML language support. The [!INCLUDETLA2#tla_winclient] 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 [!INCLUDETLA2#tla_winclient] application UI in XAML markup.

In This Section

XAML Overview (WPF)
XAML Syntax In Detail
Code-Behind and XAML in WPF
XAML and Custom Classes for WPF
Markup Extensions and WPF XAML
XAML Namespaces and Namespace Mapping for WPF XAML
WPF XAML Namescopes
Inline Styles and Templates
White-space Processing in XAML
TypeConverters and XAML
XML Character Entities and XAML
XAML Namespace (x:) Language Features
WPF XAML Extensions
Markup Compatibility (mc:) Language Features

WPF Architecture
Base Elements
Element Tree and Serialization
Properties
Events
Input
Resources
Styling and Templating
Threading Model