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)
1865SetXmlNamespace(xmlnsDef.ClrNamespace, asm.FullName, xmlnsDef.XmlNamespace);
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1587DefaultPrefixes.TryGetValue(definition.XmlNamespace, out newPrefix); 1593namespaceToUri[definition.ClrNamespace] = definition.XmlNamespace; 1602assembliesNamespacetoUri[definition.ClrNamespace] = definition.XmlNamespace;
System\Windows\Markup\XmlnsCache.cs (1)
289xmlns = xmlnsAttr.XmlNamespace;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
178string xmlns = xmlnsDefAttr.XmlNamespace;
System.Xaml.Tests (1)
System\Windows\Markup\XmlnsDefinitionAttributeTests.cs (1)
17Assert.Equal(xmlNamespace, attribute.XmlNamespace);