1 write to NewNamespace
System.Xaml (1)
System\Windows\Markup\XmlnsCompatibleWithAttribute.cs (1)
33
NewNamespace
= newNamespace ?? throw new ArgumentNullException(nameof(newNamespace));
3 references to NewNamespace
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
297
newXmlns = xmlnsCompat.
NewNamespace
;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
318
LoadOldToNewNsHelper(result, xmlnsCompatAttr.OldNamespace, xmlnsCompatAttr.
NewNamespace
, assembly);
System.Xaml.Tests (1)
System\Windows\Markup\XmlnsCompatibleWithAttributeTests.cs (1)
18
Assert.Equal(newNamespace, attribute.
NewNamespace
);