1 write to namespaces
System.ServiceModel (1)
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (1)
33
this.
namespaces
= new Dictionary<string, string>();
3 references to namespaces
System.ServiceModel (3)
System\ServiceModel\XamlIntegration\XPathMessageContextMarkupExtension.cs (3)
43
this.
namespaces
.Add(prefix, context.LookupNamespace(prefix));
50
get { return this.
namespaces
; }
57
foreach (KeyValuePair<string, string> ns in this.
namespaces
)