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)
291newXmlns = xmlnsCompat.NewNamespace;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
316LoadOldToNewNsHelper(result, xmlnsCompatAttr.OldNamespace, xmlnsCompatAttr.NewNamespace, assembly);
System.Xaml.Tests (1)
System\Windows\Markup\XmlnsCompatibleWithAttributeTests.cs (1)
17Assert.Equal(newNamespace, attribute.NewNamespace);