Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/resources-wpf.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.2 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Resources 03/30/2017
AutoGeneratedOrientationPage
reusing resources [WPF]
resources [WPF]
reusing commonly defined objects [WPF]
12ae4b67-cd0c-4c4d-a188-2c3de173bbb9

Resources (WPF)

A resource is an object that can be reused in different places in your application. WPF supports different types of resources. These resources are primarily two types of resources: XAML resources and resource data files. Examples of XAML resources include brushes and styles. Resource data files are non-executable data files that an application needs.

In This Section

XAML Resources
WPF Application Resource, Content, and Data Files
Pack URIs in WPF

Reference

xref:System.Windows.ResourceDictionary

StaticResource Markup Extension

DynamicResource Markup Extension

x:Key Directive

XAML in WPF