3 writes to XmlNamespace
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
138
XmlNamespace
= mapEntry.XmlNamespace,
153
XmlNamespace
= (string)piEntry.Key,
175
XmlNamespace
= clrNs,
7 references to XmlNamespace
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (1)
3246
if (namespaceMap.
XmlNamespace
== xmlNamespace)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (6)
46
if (!_nsDefinitions.TryGetValue(mapEntry.
XmlNamespace
, out clrNsList))
49
_nsDefinitions.Add(mapEntry.
XmlNamespace
, clrNsList);
138
XmlNamespace = mapEntry.
XmlNamespace
,
143
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, clone);
158
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, mapEntry);
180
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, mapEntry);