1 write to _nsDefinitions
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
42_nsDefinitions = new Dictionary<string, FrugalObjectList<string>>();
9 references to _nsDefinitions
PresentationFramework (9)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
46if (!_nsDefinitions.TryGetValue(mapEntry.XmlNamespace, out clrNsList)) 49_nsDefinitions.Add(mapEntry.XmlNamespace, clrNsList); 79if (_nsDefinitions != null || _piNamespaces != null) 113if (_nsDefinitions != null && _nsDefinitions.ContainsKey(xamlNamespace) || 287if (_nsDefinitions != null) 289foreach (string ns in _nsDefinitions.Keys) 347if (_nsDefinitions != null && _nsDefinitions.TryGetValue(xamlNamespace, out clrNsList))