public abstract void FillColorSchemeValues(Dictionary <string, string> values, RuntimeThemeColorValues colorValues);
public virtual void PrepareRuntimeThemeResourceDictionary(RuntimeThemeGenerator runtimeThemeGenerator, ResourceDictionary resourceDictionary, RuntimeThemeColorValues runtimeThemeColorValues) { }
public LibraryTheme CreateRuntimeLibraryTheme(ResourceDictionary resourceDictionary, RuntimeThemeColorValues runtimeThemeColorValues) { return(new LibraryTheme(resourceDictionary, this)); }
public virtual string PrepareXamlContent(RuntimeThemeGenerator runtimeThemeGenerator, string xamlContent, RuntimeThemeColorValues runtimeThemeColorValues) { xamlContent = XamlThemeHelper.FixXamlReaderXmlNsIssue(xamlContent); return(xamlContent); }