5 references to OldToNewNs
System.Xaml (5)
System\Xaml\MS\Impl\XmlNsInfo.cs (3)
437_subsumeCount = new Dictionary<string,int>(nsInfo.OldToNewNs.Count); 442foreach (string newNs in nsInfo.OldToNewNs.Values) 548_nsInfo.OldToNewNs.TryGetValue(oldNs, out newNs);
System\Xaml\XamlSchemaContext.cs (2)
427oldToNewNs = nsInfo.OldToNewNs; 441oldToNewNs = nsInfo.OldToNewNs;