11 references to ResourceDictionary
PresentationFramework (11)
System\Windows\Application.cs (1)
904_resources = new ResourceDictionary();
System\Windows\FrameworkContentElement.cs (1)
285resources = new ResourceDictionary();
System\Windows\FrameworkElement.cs (1)
690resources = new ResourceDictionary();
System\Windows\FrameworkTemplate.cs (1)
229_resources = new ResourceDictionary();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8417bamlType.DefaultConstructor = delegate() { return new System.Windows.ResourceDictionary(); };
System\Windows\Markup\KnownTypes.cs (1)
1504case KnownElements.ResourceDictionary: o = new System.Windows.ResourceDictionary(); break;
System\Windows\Style.cs (1)
303_resources = new ResourceDictionary();
System\Windows\ThemeManager.cs (4)
184return new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.HC.xaml", UriKind.Absolute) }; 192rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.xaml", UriKind.Absolute) }; 196rd.MergedDictionaries.Insert(0, new ResourceDictionary() { Source = dictionaryUri }); 201rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + themeFileName, UriKind.Absolute) };