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