AssemblyInfo.cs 577 字节
Newer Older
1
using System.Windows;
Z
ZouJin 已提交
2

Z
ZouJin 已提交
3
[assembly: ThemeInfo(
Z
ZouJin 已提交
4
    ResourceDictionaryLocation.None, //主题特定资源词典所处位置
Z
ZouJin 已提交
5 6
                                     //(未在页面中找到资源时使用,
                                     //或应用程序资源字典中找到时使用)
Z
ZouJin 已提交
7
    ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
Z
ZouJin 已提交
8 9
                                              //(未在页面中找到资源时使用,
                                              //、应用程序或任何主题专用资源字典中找到时使用)
Z
ZouJin 已提交
10
)]