2 references to ThemeDictionaryExtension
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10087bamlType.DefaultConstructor = delegate() { return new System.Windows.ThemeDictionaryExtension(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1599case KnownElements.ThemeDictionaryExtension: o = new System.Windows.ThemeDictionaryExtension(); break;