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