3 references to DataTemplateKey
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1198case KnownElements.DataTemplateKey: o = new System.Windows.DataTemplateKey(); break; 3697case KnownElements.DataTemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 5665case KnownElements.DataTemplateKey: t = typeof(System.Windows.DataTemplateKey); break;