11 references to ResourceDictionary
PresentationFramework (11)
System\Windows\Application.cs (1)
867_resources = new ResourceDictionary();
System\Windows\FrameworkContentElement.cs (1)
263resources = new ResourceDictionary();
System\Windows\FrameworkElement.cs (1)
671resources = new ResourceDictionary();
System\Windows\FrameworkTemplate.cs (1)
219_resources = new ResourceDictionary
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9299DefaultConstructor = delegate () { return new System.Windows.ResourceDictionary(); },
System\Windows\Markup\KnownTypes.cs (1)
1497case KnownElements.ResourceDictionary: o = new System.Windows.ResourceDictionary(); break;
System\Windows\Style.cs (1)
282_resources = new ResourceDictionary
System\Windows\ThemeManager.cs (4)
178return new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.HC.xaml", UriKind.Absolute) }; 186rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + "Fluent.xaml", UriKind.Absolute) }; 190rd.MergedDictionaries.Insert(0, new ResourceDictionary() { Source = dictionaryUri }); 195rd = new ResourceDictionary() { Source = new Uri(FluentThemeResourceDictionaryUri + themeFileName, UriKind.Absolute) };