1 write to _nsDefinitions
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
39_nsDefinitions = new Dictionary<string, FrugalObjectList<string>>();
9 references to _nsDefinitions
PresentationFramework (9)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (9)
43if (!_nsDefinitions.TryGetValue(mapEntry.XmlNamespace, out clrNsList)) 46_nsDefinitions.Add(mapEntry.XmlNamespace, clrNsList); 76if (_nsDefinitions != null || _piNamespaces != null) 110if (_nsDefinitions != null && _nsDefinitions.ContainsKey(xamlNamespace) || 284if (_nsDefinitions != null) 286foreach (string ns in _nsDefinitions.Keys) 344if (_nsDefinitions != null && _nsDefinitions.TryGetValue(xamlNamespace, out clrNsList))