|  | IThemeResourceProviderLoadThemeResources Method | 
            Called by the styles to loads the theme specific resources.
            
Namespace: TomsToolbox.Wpf.Composition.StylesAssembly: TomsToolbox.Wpf.Composition.Styles (in TomsToolbox.Wpf.Composition.Styles.dll) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
 Syntax
Syntaxvoid LoadThemeResources(
	ResourceDictionary resource
)
Sub LoadThemeResources ( 
	resource As ResourceDictionary
)
Parameters
- resource  ResourceDictionary
- The resource where the provider can add the theme specific resource.
 See Also
See Also