DynamicResourceExtension Class
Implements a markup extension that supports dynamic resource references made from XAML.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
'Declaration <MarkupExtensionReturnTypeAttribute(GetType(Object))> _ <TypeConverterAttribute(GetType(DynamicResourceExtensionConverter))> _ Public Class DynamicResourceExtension _ Inherits MarkupExtension 'Usage Dim instance As DynamicResourceExtension
For XAML information, see DynamicResource Markup Extension.
Dynamic resource references are necessary when referencing content that might change at run-time. The reasons for the content change might be application-initiated or might be external. One example is if you are including styles that rely on system resources that report user-configured preferences, such as themes, font settings and so on.
This class is a markup extension implementation. Markup extension classes in WPF exist mainly to provide infrastructure support for some aspect of the WPF XAML processor implementation, and the members exposed by the markup extension classes are not typically called from directly user code. This class particularly supports the DynamicResource Markup Extension usage from XAML. For more information about dynamic resource references, see DynamicResource Markup Extension.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.