标签: wpf prism resourcedictionary
我previously posted a question使用Themes/generic.xaml和ComponentResourceKey标记扩展程序在程序集之间共享资源。该解决方案运行良好,但它要求所有共享资源位于generic.xaml资源字典中。我的版本相当大,所以我想我会在generic.xaml中使用合并的词典来组织事物。
Themes/generic.xaml
ComponentResourceKey
generic.xaml
有没有其他人得到这个工作?怎么样?谢谢你的帮助。
答案 0 :(得分:1)
您可以使用WPF Resource Dictionary in a separate assembly