This documentation is archived and is not being maintained.
Using Resources
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Windows Presentation Foundation (WPF) resources provide a simple way to reuse commonly defined objects and values.
-
FindResource
-
Searches for a resource with the specified key, and raises an exception if the requested resource is not found.
-
Resources
-
Gets or sets the locally-defined resource dictionary.
-
Resources (WPF)
-
Contains links to topics that describe how to use resources as a simple way to reuse commonly defined objects and values.
-
XAML in WPF
-
Describes how to use XAML markup to define your WPF controls and applications.