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