5 references to OldToNewNs
System.Xaml (5)
System\Xaml\MS\Impl\XmlNsInfo.cs (3)
439
_subsumeCount = new Dictionary<string,int>(nsInfo.
OldToNewNs
.Count);
444
foreach (string newNs in nsInfo.
OldToNewNs
.Values)
550
_nsInfo.
OldToNewNs
.TryGetValue(oldNs, out newNs);
System\Xaml\XamlSchemaContext.cs (2)
429
oldToNewNs = nsInfo.
OldToNewNs
;
443
oldToNewNs = nsInfo.
OldToNewNs
;