3 writes to XmlNamespace
PresentationFramework (3)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
134XmlNamespace = mapEntry.XmlNamespace, 149XmlNamespace = (string)piEntry.Key, 171XmlNamespace = clrNs,
7 references to XmlNamespace
PresentationFramework (7)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3466if (namespaceMap.XmlNamespace == xmlNamespace)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (6)
42if (!_nsDefinitions.TryGetValue(mapEntry.XmlNamespace, out clrNsList)) 45_nsDefinitions.Add(mapEntry.XmlNamespace, clrNsList); 134XmlNamespace = mapEntry.XmlNamespace, 139AddToMultiHashtable(result, mapEntry.XmlNamespace, clone); 154AddToMultiHashtable(result, mapEntry.XmlNamespace, mapEntry); 176AddToMultiHashtable(result, mapEntry.XmlNamespace, mapEntry);