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