mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
* 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
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
---
|
|
title: "Resources How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "reusing resources [WPF]"
|
|
- "resources [WPF], "
|
|
ms.assetid: 9f986a6d-7cc8-45ac-bb0f-43177a57649d
|
|
---
|
|
# Resources How-to Topics
|
|
The topics in this section describe how to use Windows Presentation Foundation (WPF) resources.
|
|
|
|
## In This Section
|
|
[Define and Reference a Resource](how-to-define-and-reference-a-resource.md)
|
|
[Use Application Resources](how-to-use-application-resources.md)
|
|
[Use SystemFonts](how-to-use-systemfonts.md)
|
|
[Use System Fonts Keys](how-to-use-system-fonts-keys.md)
|
|
[Use SystemParameters](how-to-use-systemparameters.md)
|
|
[Use System Parameters Keys](how-to-use-system-parameters-keys.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.FrameworkTemplate.Resources%2A>
|
|
|
|
<xref:System.Windows.SystemColors>
|
|
|
|
<xref:System.Windows.SystemParameters>
|
|
|
|
<xref:System.Windows.SystemFonts>
|
|
|
|
## Related Sections
|
|
[XAML Resources](/dotnet/desktop-wpf/fundamentals/xaml-resources-define)
|