1 write to XmlNamespace
System.Xaml (1)
System\Windows\Markup\XmlnsDefinitionAttribute.cs (1)
49XmlNamespace = xmlNamespace ?? throw new ArgumentNullException(nameof(xmlNamespace));
7 references to XmlNamespace
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (1)
1855SetXmlNamespace(xmlnsDef.ClrNamespace, asm.FullName, xmlnsDef.XmlNamespace);
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1580DefaultPrefixes.TryGetValue(definition.XmlNamespace, out newPrefix); 1586namespaceToUri[definition.ClrNamespace] = definition.XmlNamespace; 1595assembliesNamespacetoUri[definition.ClrNamespace] = definition.XmlNamespace;
System\Windows\Markup\XmlnsCache.cs (1)
283xmlns = xmlnsAttr.XmlNamespace;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
176string xmlns = xmlnsDefAttr.XmlNamespace;
System.Xaml.Tests (1)
System\Windows\Markup\XmlnsDefinitionAttributeTests.cs (1)
16Assert.Equal(xmlNamespace, attribute.XmlNamespace);