Add article, code, toc, and redirects (#1343)

This commit is contained in:
Tris Shores
2022-04-04 13:46:22 -07:00
committed by GitHub
parent 907918d922
commit 0baa50f040
18 changed files with 600 additions and 0 deletions
@@ -0,0 +1,9 @@
'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
'1st parameter: where theme specific resource dictionaries are located
'(used if a resource is not found in the page,
' or application resource dictionaries)
'2nd parameter: where the generic resource dictionary is located
'(used if a resource is not found in the page,
'app, and any theme specific resource dictionaries)
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>