1 write to NewNamespace
System.Xaml (1)
System\Windows\Markup\XmlnsCompatibleWithAttribute.cs (1)
32NewNamespace = newNamespace ?? throw new ArgumentNullException(nameof(newNamespace));
2 references to NewNamespace
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
287newXmlns = xmlnsCompat.NewNamespace;
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
333LoadOldToNewNsHelper(result, xmlnsCompatAttr.OldNamespace, xmlnsCompatAttr.NewNamespace, assembly);