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