Merging Resources Dictionaries
问题 i'm trying merging wpf resource dictionaries on the code behind but for some reasion this isn't working. If i try merge the dictionaries on the document itself it's running for instance: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:WpfApplication212;assembly=WpfApplication212"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Theme.xaml"><