Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/properties-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
Properties 03/30/2017
AutoGeneratedOrientationPage
WPF [WPF], properties
properties [WPF], about properties
Windows Presentation Foundation [WPF], properties
properties [WPF]
d6e0197f-f2c4-48ed-b45b-b9cdb64aab1c

Properties (WPF)

[!INCLUDETLA#tla_winclient] provides a set of services that can be used to extend the functionality of a common language runtime (CLR) property. Collectively, these services are typically referred to as the WPF property system. A property that is backed by the WPF property system is known as a dependency property.

In This Section

Reference

xref:System.Windows.DependencyProperty

xref:System.Windows.PropertyMetadata

xref:System.Windows.FrameworkPropertyMetadata

xref:System.Windows.DependencyObject

WPF Architecture
XAML in WPF
Base Elements
Element Tree and Serialization
Events
Input
Resources
WPF Content Model
Threading Model