1 write to Prefix
System.Xaml (1)
System\Windows\Markup\XmlnsPrefixAttribute.cs (1)
41
Prefix
= prefix ?? throw new ArgumentNullException(nameof(prefix));
3 references to Prefix
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)
18
Assert.Equal(prefix, attribute.
Prefix
);