1 write to _xmlnsCache
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3590
_xmlnsCache
= new XmlnsCache(_assemblyPathTable);
4 references to _xmlnsCache
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
3370
if (
_xmlnsCache
== null)
3378
newXmlNamespace =
_xmlnsCache
.GetNewXmlnamespace(xmlNamespace);
3647
if (
_xmlnsCache
== null)
3656
mappingArray =
_xmlnsCache
.GetMappingArray(namespaceUri);