[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Theme dictionaries exist in the assembly that defines the types being themed.
Namespace: System.Windows
Assembly:
PresentationFramework (in PresentationFramework.dll)

Syntax
Visual Basic (Declaration)
Public Const SourceAssembly As ResourceDictionaryLocation
Dim value As ResourceDictionaryLocation
value = ResourceDictionaryLocation.SourceAssembly
public const ResourceDictionaryLocation SourceAssembly
public:
literal ResourceDictionaryLocation SourceAssembly
public static final ResourceDictionaryLocation SourceAssembly
public const var SourceAssembly : ResourceDictionaryLocation
You cannot use fields in XAML.

Platforms
Windows Vista
The .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information
.NET Framework
Supported in: 3.5, 3.0

See Also