示例#1
0
 public virtual void PrepareRuntimeThemeResourceDictionary(RuntimeThemeGenerator runtimeThemeGenerator, ResourceDictionary resourceDictionary, RuntimeThemeColorValues runtimeThemeColorValues)
 {
 }
示例#2
0
        public virtual string PrepareXamlContent(RuntimeThemeGenerator runtimeThemeGenerator, string xamlContent, RuntimeThemeColorValues runtimeThemeColorValues)
        {
            xamlContent = XamlThemeHelper.FixXamlReaderXmlNsIssue(xamlContent);

            return(xamlContent);
        }