Skip to main content

Resources

  • Chapter
Illustrated WPF
  • 632 Accesses

Abstract

WPF uses the term resource to refer to two different types of things:

  • The first type of resource refers to items used by the program that aren’t created by the program’s source code. These include, for example, images or icons that are supplied from outside the code.

    • These are resources in the common sense of the term as it’s been used since the beginning of Windows programming.

    • These are also called assembly resources or binary resources if they are compiled into the binary.

  • WPF also uses the term in a new way, to describe .NET code objects that are stored in an object dictionary and then used at various places throughout the code.

    • These are usually associated with XAML markup but can also be used in the code-behind.

    • These are also called logical resources, object resources, or XAML resources.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 16.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Daniel Solis

About this chapter

Cite this chapter

(2009). Resources. In: Illustrated WPF. Apress. https://doi.org/10.1007/978-1-4302-1911-8_11

Download citation

Publish with us

Policies and ethics