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