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