3 writes to XmlNamespace
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
135
XmlNamespace
= mapEntry.XmlNamespace,
150
XmlNamespace
= (string)piEntry.Key,
172
XmlNamespace
= clrNs,
7 references to XmlNamespace
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (1)
3244
if (namespaceMap.
XmlNamespace
== xmlNamespace)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (6)
43
if (!_nsDefinitions.TryGetValue(mapEntry.
XmlNamespace
, out clrNsList))
46
_nsDefinitions.Add(mapEntry.
XmlNamespace
, clrNsList);
135
XmlNamespace = mapEntry.
XmlNamespace
,
140
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, clone);
155
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, mapEntry);
177
AddToMultiHashtable(result, mapEntry.
XmlNamespace
, mapEntry);