5 references to OldToNewNs
System.Xaml (5)
System\Xaml\MS\Impl\XmlNsInfo.cs (3)
459_subsumeCount = new Dictionary<string, int>(nsInfo.OldToNewNs.Count); 464foreach (string newNs in nsInfo.OldToNewNs.Values) 575_nsInfo.OldToNewNs.TryGetValue(oldNs, out newNs);
System\Xaml\XamlSchemaContext.cs (2)
446oldToNewNs = nsInfo.OldToNewNs; 461oldToNewNs = nsInfo.OldToNewNs;