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