我首先创建了一个UserControl
在xaml中,我可以引用主应用程序资源中的StaticResource
。
然后,我将此UserControl
重构为Control
并通过Themes/Generic.xaml,
我申请ControlTemplate
(我需要this)。
但是这样就不再找到StaticResource
了(在运行时抛出XamlParseException
)。
我可以在Genericl.xaml文件中合并包含ResourceDictionaries
我需要的<{1}} StaticResource
,但我想避免这种情况{{3 }}
这种行为背后有什么机制?