Restore WPF .NET Framework content from WPF .NET (#144)

* Copy .NET 5 WPF content back into .NET Framework

* Add H1 heading difference for .NET

* Fix validation errors
This commit is contained in:
Andy De George
2020-12-07 13:06:20 -08:00
committed by GitHub
parent 99e90fa162
commit ffc3b77150
168 changed files with 4527 additions and 31 deletions
@@ -1,21 +1,19 @@
---
title: Define XAML resources
description: Learn about XAML resources in WPF for .NET Core. Understand the types of XAML resources and learn how to define XAML resources.
description: Learn about XAML resources in WPF for .NET. Understand the types of XAML resources and learn how to define XAML resources.
author: adegeo
ms.author: adegeo
ms.date: 08/21/2019
ms.topic: overview
---
# Overview of XAML resources
# Overview of XAML resources (WPF .NET)
A resource is an object that can be reused in different places in your app. Examples of resources include brushes and styles. This overview describes how to use resources in Extensible Application Markup Language (XAML). You can also create and access resources by using code.
> [!NOTE]
> XAML resources described in this article are different from *app resources* which are generally files added to an app, such as content, data, or embedded files.
<!-- TODO: File redirect from docs\framework\wpf\advanced\xaml-resources.md -->
[!INCLUDE [desktop guide under construction](../../includes/desktop-guide-preview-note.md)]
## Using resources in XAML