In This Article

ThemeCatalogRegistrarBase<T> Class

Represents a class that registers a theme catalog with the theme manager.

public abstract class ThemeCatalogRegistrarBase<T> : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope where T : ThemeCatalogBase, new()
Type Parameters:
T -
Inheritance:
Object ResourceDictionary Object
Derived:
SystemThemeCatalogRegistrar ThemesAeroThemeCatalogRegistrar

Constructors

ThemeCatalogRegistrarBase()

Initializes a new instance of the ThemeCatalogRegistrarBase class.

protected ThemeCatalogRegistrarBase()

Methods

Register()

Registers the associated theme catalog with the theme manager.

public static void Register()

Inherited Members