Gets/Sets whether the ThemeManager will load the resources for the core Microsoft controls. The path of the resource that would be loaded/unloaded when the theme is applied, is retrieved from ThemeBase.Mappings dictionary.
Gets/sets the dictionary used by ThemeManager to specify where to get the resources (the values) for a specific control (value is the full type name of the control that should be styled). If you're adding support for a custom control you should register your custom control using ThemeManager.RegisterControl method. (Inherited from Infragistics.Themes.ThemeBase)