5 references to OldToNewNs
System.Xaml (5)
System\Xaml\MS\Impl\XmlNsInfo.cs (3)
458_subsumeCount = new Dictionary<string, int>(nsInfo.OldToNewNs.Count); 463foreach (string newNs in nsInfo.OldToNewNs.Values) 574_nsInfo.OldToNewNs.TryGetValue(oldNs, out newNs);
System\Xaml\XamlSchemaContext.cs (2)
445oldToNewNs = nsInfo.OldToNewNs; 460oldToNewNs = nsInfo.OldToNewNs;