1 write to XmlNamespace
System.Xaml (1)
System\Windows\Markup\XmlnsPrefixAttribute.cs (1)
40XmlNamespace = xmlNamespace ?? throw new ArgumentNullException(nameof(xmlNamespace));
3 references to XmlNamespace
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1567DefaultPrefixes[prefix.XmlNamespace] = prefix.Prefix;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
368LoadPrefixesHelper(result, xmlnsPrefixAttr.XmlNamespace, xmlnsPrefixAttr.Prefix, assembly);
System.Xaml.Tests (1)
System\Windows\Markup\XmlnsPrefixAttributeTests.cs (1)
17Assert.Equal(xmlNamespace, attribute.XmlNamespace);