11 references to ResourceDictionary
PresentationFramework (11)
System\Windows\Application.cs (1)
868_resources = new ResourceDictionary();
System\Windows\FrameworkContentElement.cs (1)
264resources = new ResourceDictionary();
System\Windows\FrameworkElement.cs (1)
672resources = new ResourceDictionary();
System\Windows\FrameworkTemplate.cs (1)
220_resources = new ResourceDictionary
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9300DefaultConstructor = delegate () { return new System.Windows.ResourceDictionary(); },
System\Windows\Markup\KnownTypes.cs (1)
1498case KnownElements.ResourceDictionary: o = new System.Windows.ResourceDictionary(); break;
System\Windows\Style.cs (1)
283_resources = new ResourceDictionary
System\Windows\ThemeManager.cs (4)
175return new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.HC.xaml", UriKind.Absolute) }; 183rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.xaml", UriKind.Absolute) }; 187rd.MergedDictionaries.Insert(0, new ResourceDictionary() { Source = dictionaryUri }); 192rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + themeFileName, UriKind.Absolute) };