1 write to _itemContainerTemplateKeyType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1791
_itemContainerTemplateKeyType
= XamlTypeMapper.AssemblyPF.GetType(_itemContainerTemplateKeyTypeName);
2 references to _itemContainerTemplateKeyType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1789
if (
_itemContainerTemplateKeyType
== null)
1793
return
_itemContainerTemplateKeyType
;