From 6592e99d2b5ed138b7778172b739c218704015b7 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 18 May 2021 09:23:08 -0700 Subject: [PATCH] Fix link to theme files (#1067) * Update control-styles-and-templates.md * Update control-styles-and-templates.md * Update dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md Co-authored-by: Tom Dykstra Co-authored-by: Tom Dykstra --- .../framework/wpf/controls/control-styles-and-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md index 3b0bfd6..aa81cee 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md @@ -15,7 +15,7 @@ ms.assetid: c19049bb-5ceb-492d-afd2-751dca0ed8e3 # Control Styles and Templates Controls in Windows Presentation Foundation (WPF) have a that contains the visual tree of that control. You can change the structure and appearance of a control by modifying the of that control. There is no way to replace only part of the visual tree of a control; to change the visual tree of a control you must set the property of the control to its new and complete . - The desktop themes determine which resource dictionary is used. To get the resource dictionaries for the desktop themes, see [Default WPF Themes](https://github.com/Microsoft/WPF-Samples/tree/master/Graphics/2DTransforms). + The desktop themes determine which resource dictionary is used. The resource dictionaries for the desktop themes are included with your Visual Studio installation. The folder that contains the themes is generally located at _C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\\\\DesignTools\\SystemThemes\\wpf_, where _\_ represents the edition of Visual Studio. The following table describes the resource dictionary file names and their corresponding desktop themes.