3 instantiations of ThemeDictionaryExtension
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
11194DefaultConstructor = delegate () { return new System.Windows.ThemeDictionaryExtension(); } 11200return new System.Windows.ThemeDictionaryExtension(
System\Windows\Markup\KnownTypes.cs (1)
1592case KnownElements.ThemeDictionaryExtension: o = new System.Windows.ThemeDictionaryExtension(); break;
6 references to ThemeDictionaryExtension
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
744case 650: t = () => typeof(ThemeDictionaryExtension); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11191typeof(System.Windows.ThemeDictionaryExtension),
System\Windows\Markup\KnownTypes.cs (1)
6198case KnownElements.ThemeDictionaryExtension: t = typeof(System.Windows.ThemeDictionaryExtension); break;
System\Windows\ResourceDictionary.cs (2)
186Uri classicResourceUri = ThemeDictionaryExtension.GenerateFallbackUri(this, SystemResources.ClassicResourceName); 199Uri genericResourceUri = ThemeDictionaryExtension.GenerateFallbackUri(this, SystemResources.GenericResourceName);
System\Windows\SystemResources.cs (1)
1181ThemeDictionaryExtension.OnThemeChanged();