ThemeCatalogRegistrarBase<T> Class
Represents a class that registers a theme catalog with the theme manager.
public abstract class ThemeCatalogRegistrarBase<T> : ResourceDictionary where T : ThemeCatalogBase, new()
- Type Parameters:
-
T
-
- Inheritance:
- object ResourceDictionary object
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()