3 references to DataTemplateKey
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3700case KnownElements.DataTemplateKey: converterId = KnownElements.TemplateKeyConverter; break; 4918case KnownElements.DataTemplateKey: t = _asmFramework.GetType("System.Windows.DataTemplateKey"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
669_templateKeyType = KnownTypes.Types[(int)KnownElements.DataTemplateKey];