1 write to _nsDefinitions
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
38_nsDefinitions = new Dictionary<string, FrugalObjectList<string>>();
9 references to _nsDefinitions
PresentationFramework (9)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
42if (!_nsDefinitions.TryGetValue(mapEntry.XmlNamespace, out clrNsList)) 45_nsDefinitions.Add(mapEntry.XmlNamespace, clrNsList); 75if (_nsDefinitions != null || _piNamespaces != null) 109if (_nsDefinitions != null && _nsDefinitions.ContainsKey(xamlNamespace) || 283if (_nsDefinitions != null) 285foreach (string ns in _nsDefinitions.Keys) 343if (_nsDefinitions != null && _nsDefinitions.TryGetValue(xamlNamespace, out clrNsList))