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