3 instantiations of ThemeDictionaryExtension
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
11193DefaultConstructor = delegate () { return new System.Windows.ThemeDictionaryExtension(); } 11199return new System.Windows.ThemeDictionaryExtension(
System\Windows\Markup\KnownTypes.cs (1)
1591case KnownElements.ThemeDictionaryExtension: o = new System.Windows.ThemeDictionaryExtension(); break;
6 references to ThemeDictionaryExtension
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
743case 650: t = () => typeof(ThemeDictionaryExtension); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11190typeof(System.Windows.ThemeDictionaryExtension),
System\Windows\Markup\KnownTypes.cs (1)
6197case KnownElements.ThemeDictionaryExtension: t = typeof(System.Windows.ThemeDictionaryExtension); break;
System\Windows\ResourceDictionary.cs (2)
185Uri classicResourceUri = ThemeDictionaryExtension.GenerateFallbackUri(this, SystemResources.ClassicResourceName); 198Uri genericResourceUri = ThemeDictionaryExtension.GenerateFallbackUri(this, SystemResources.GenericResourceName);
System\Windows\SystemResources.cs (1)
1177ThemeDictionaryExtension.OnThemeChanged();