1 write to OldNamespace
System.Xaml (1)
System\Windows\Markup\XmlnsCompatibleWithAttribute.cs (1)
32OldNamespace = oldNamespace ?? throw new ArgumentNullException(nameof(oldNamespace));
3 references to OldNamespace
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
296oldXmlns = xmlnsCompat.OldNamespace;
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)
17Assert.Equal(oldNamespace, attribute.OldNamespace);