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