From 47a61822d3f12b1a2548018cc365b49cef3cfa08 Mon Sep 17 00:00:00 2001
From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com>
Date: Wed, 9 Feb 2022 13:40:09 -0800
Subject: [PATCH 1/2] Update attached-properties-overview.md (#1303)
* Update attached-properties-overview.md
* Update attached-properties-overview.md
---
.../framework/wpf/advanced/attached-properties-overview.md | 2 +-
.../net/wpf/properties/attached-properties-overview.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md b/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md
index 2c2be8b..f208afd 100644
--- a/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md
+++ b/dotnet-desktop-guide/framework/wpf/advanced/attached-properties-overview.md
@@ -12,7 +12,7 @@ ms.assetid: 75928354-dc01-47e8-a018-8409aec1f32d
---
# Attached Properties Overview
-An attached property is a concept defined by XAML. An attached property is intended to be used as a type of global property that is settable on any object. In [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)], attached properties are typically defined as a specialized form of dependency property that does not have the conventional property "wrapper".
+An attached property is a concept defined by XAML. An attached property is intended to be used as a type of global property that is settable on any dependency object. In [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)], attached properties are typically defined as a specialized form of dependency property that does not have the conventional property "wrapper".
## Prerequisites
diff --git a/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md b/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md
index 12323bd..b8879a2 100644
--- a/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md
+++ b/dotnet-desktop-guide/net/wpf/properties/attached-properties-overview.md
@@ -13,7 +13,7 @@ helpviewer_keywords:
# Attached properties overview (WPF .NET)
-An attached property is a Extensible Application Markup Language (XAML) concept. Attached properties enable extra property/value pairs to be set on any XAML element, even though the element doesn't define those extra properties in its object model. The extra properties are globally accessible. Attached properties are typically defined as a specialized form of dependency property that doesn't have a conventional property wrapper.
+An attached property is a Extensible Application Markup Language (XAML) concept. Attached properties enable extra property/value pairs to be set on any XAML element that derives from , even though the element doesn't define those extra properties in its object model. The extra properties are globally accessible. Attached properties are typically defined as a specialized form of dependency property that doesn't have a conventional property wrapper.
[!INCLUDE [desktop guide under construction](../../includes/desktop-guide-preview-note.md)]
From 9750f509618f3ed462bff75700e6cbc904ae3a45 Mon Sep 17 00:00:00 2001
From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com>
Date: Wed, 9 Feb 2022 13:40:17 -0800
Subject: [PATCH 2/2] Update xaml-and-custom-classes-for-wpf.md (#1304)
---
.../framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md b/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md
index 394de4a..163c741 100644
--- a/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md
+++ b/dotnet-desktop-guide/framework/wpf/advanced/xaml-and-custom-classes-for-wpf.md
@@ -77,7 +77,7 @@ XAML as implemented in common language runtime (CLR) frameworks supports the abi
- Implements .
-- Implements or the generic equivalent ().
+- Implements .
- Derives from (for more information about arrays in XAML, see [x:Array Markup Extension](/dotnet/desktop/xaml-services/xarray-markup-extension).)