Using Resources

Windows Presentation Foundation (WPF) resources provide a simple way to reuse commonly defined objects and values.

In This Section

Reference

  • 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.