Skip to content

Change chapters ordering #10643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/framework/wpf/advanced/properties-wpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ ms.assetid: d6e0197f-f2c4-48ed-b45b-b9cdb64aab1c
[!INCLUDE[TLA#tla_winclient](../../../../includes/tlasharptla-winclient-md.md)] provides a set of services that can be used to extend the functionality of a [!INCLUDE[TLA#tla_clr](../../../../includes/tlasharptla-clr-md.md)] property. Collectively, these services are typically referred to as the WPF property system. A property that is backed by the [!INCLUDE[TLA#tla_titlewinclient](../../../../includes/tlasharptla-titlewinclient-md.md)] property system is known as a dependency property.

## In This Section
[Dependency Properties Overview](../../../../docs/framework/wpf/advanced/dependency-properties-overview.md)
[Attached Properties Overview](../../../../docs/framework/wpf/advanced/attached-properties-overview.md)
[Dependency Property Callbacks and Validation](../../../../docs/framework/wpf/advanced/dependency-property-callbacks-and-validation.md)
[Custom Dependency Properties](../../../../docs/framework/wpf/advanced/custom-dependency-properties.md)
[Dependency Property Metadata](../../../../docs/framework/wpf/advanced/dependency-property-metadata.md)
[Framework Property Metadata](../../../../docs/framework/wpf/advanced/framework-property-metadata.md)
[Dependency Property Value Precedence](../../../../docs/framework/wpf/advanced/dependency-property-value-precedence.md)
[Read-Only Dependency Properties](../../../../docs/framework/wpf/advanced/read-only-dependency-properties.md)
[Property Value Inheritance](../../../../docs/framework/wpf/advanced/property-value-inheritance.md)
[Dependency Property Security](../../../../docs/framework/wpf/advanced/dependency-property-security.md)
[Safe Constructor Patterns for DependencyObjects](../../../../docs/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md)
[Collection-Type Dependency Properties](../../../../docs/framework/wpf/advanced/collection-type-dependency-properties.md)
[XAML Loading and Dependency Properties](../../../../docs/framework/wpf/advanced/xaml-loading-and-dependency-properties.md)
[How-to Topics](../../../../docs/framework/wpf/advanced/properties-how-to-topics.md)
- [Dependency Properties Overview](../../../../docs/framework/wpf/advanced/dependency-properties-overview.md)
- [Attached Properties Overview](../../../../docs/framework/wpf/advanced/attached-properties-overview.md)
- [Custom Dependency Properties](../../../../docs/framework/wpf/advanced/custom-dependency-properties.md)
- [Dependency Property Metadata](../../../../docs/framework/wpf/advanced/dependency-property-metadata.md)
- [Dependency Property Callbacks and Validation](../../../../docs/framework/wpf/advanced/dependency-property-callbacks-and-validation.md)
- [Framework Property Metadata](../../../../docs/framework/wpf/advanced/framework-property-metadata.md)
- [Dependency Property Value Precedence](../../../../docs/framework/wpf/advanced/dependency-property-value-precedence.md)
- [Read-Only Dependency Properties](../../../../docs/framework/wpf/advanced/read-only-dependency-properties.md)
- [Property Value Inheritance](../../../../docs/framework/wpf/advanced/property-value-inheritance.md)
- [Dependency Property Security](../../../../docs/framework/wpf/advanced/dependency-property-security.md)
- [Safe Constructor Patterns for DependencyObjects](../../../../docs/framework/wpf/advanced/safe-constructor-patterns-for-dependencyobjects.md)
- [Collection-Type Dependency Properties](../../../../docs/framework/wpf/advanced/collection-type-dependency-properties.md)
- [XAML Loading and Dependency Properties](../../../../docs/framework/wpf/advanced/xaml-loading-and-dependency-properties.md)
- [How-to Topics](../../../../docs/framework/wpf/advanced/properties-how-to-topics.md)

## Reference
<xref:System.Windows.DependencyProperty>
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/wpf/advanced/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
## [Properties](properties-wpf.md)
### [Dependency Properties Overview](dependency-properties-overview.md)
### [Attached Properties Overview](attached-properties-overview.md)
### [Dependency Property Callbacks and Validation](dependency-property-callbacks-and-validation.md)
### [Custom Dependency Properties](custom-dependency-properties.md)
### [Dependency Property Metadata](dependency-property-metadata.md)
### [Dependency Property Callbacks and Validation](dependency-property-callbacks-and-validation.md)
### [Framework Property Metadata](framework-property-metadata.md)
### [Dependency Property Value Precedence](dependency-property-value-precedence.md)
### [Read-Only Dependency Properties](read-only-dependency-properties.md)
Expand Down