Click or drag to resize

IThemeResourceProviderLoadThemeResources Method

Called by the styles to loads the theme specific resources.

Namespace:  TomsToolbox.Wpf.Composition.Styles
Assembly:  TomsToolbox.Wpf.Composition.Styles (in TomsToolbox.Wpf.Composition.Styles.dll)
Syntax
void LoadThemeResources(
	ResourceDictionary resource
)

Parameters

resource
Type: System.WindowsResourceDictionary
The resource where the provider can add the theme specific resource.
See Also