3 references to DataTemplateKey
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1191case KnownElements.DataTemplateKey: o = new System.Windows.DataTemplateKey(); break; 3701case KnownElements.DataTemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 5669case KnownElements.DataTemplateKey: t = typeof(System.Windows.DataTemplateKey); break;