From 18a1e4d532e073c8196326c132dde078b7dc5f1c Mon Sep 17 00:00:00 2001 From: Milos Zivadinovic <41507350+ignispotentia@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:40:08 +0200 Subject: [PATCH 1/2] Fix missing letter in first link of article (#68) --- .../framework/wpf/advanced/dependency-properties-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md index eb5228a617..6bc62b0c86 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/dependency-properties-overview.md @@ -17,7 +17,7 @@ ms.assetid: d119d00c-3afb-48d6-87a0-c4da4f83dee5 --- # Dependency properties overview -Windows Presentation Foundation (WPF) provides a set of services that can be used to extend the functionality of a type's [property](/dotnet/standard/base-types/common-type-syste#properties). 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. This overview describes the WPF property system and the capabilities of a dependency property. This includes how to use existing dependency properties in XAML and in code. This overview also introduces specialized aspects of dependency properties, such as dependency property metadata, and how to create your own dependency property in a custom class. +Windows Presentation Foundation (WPF) provides a set of services that can be used to extend the functionality of a type's [property](/dotnet/standard/base-types/common-type-system#properties). 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. This overview describes the WPF property system and the capabilities of a dependency property. This includes how to use existing dependency properties in XAML and in code. This overview also introduces specialized aspects of dependency properties, such as dependency property metadata, and how to create your own dependency property in a custom class. ## Prerequisites This topic assumes that you have some basic knowledge of the .NET type system and object-oriented programming. In order to follow the examples in this topic, you should also understand XAML and know how to write WPF applications. For more information, see [Walkthrough: My first WPF desktop application](../getting-started/walkthrough-my-first-wpf-desktop-application.md). From 77c1d2ebdcbe2df42bc2eb351c7d643876315c13 Mon Sep 17 00:00:00 2001 From: Andy De George <67293991+adegeo@users.noreply.github.com> Date: Mon, 12 Oct 2020 13:58:14 -0700 Subject: [PATCH 2/2] Fix branch mapping for docs->github comments (#70) --- .openpublishing.publish.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 7cc95d61ba..08a5758d5d 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -29,6 +29,7 @@ "skip_source_output_uploading": false, "need_preview_pull_request": true, "need_pr_comments": false, + "git_repository_branch_open_to_public_contributors": "master", "contribution_branch_mappings": {}, "dependent_repositories": [ {