2 writes to _piNamespaces
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
59_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count); 205_piNamespaces = new Dictionary<string, string>();
10 references to _piNamespaces
PresentationFramework (10)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (10)
64_piNamespaces.Add((string)entry.Key, clrNs); 79if (_nsDefinitions != null || _piNamespaces != null) 114_piNamespaces != null && SyncContainsKey(_piNamespaces, xamlNamespace)) 203if (_piNamespaces == null) 207_piNamespaces[xamlNamespace] = clrNs; 297if (_piNamespaces != null) 299foreach (string ns in _piNamespaces.Keys) 361if (_piNamespaces != null && SyncTryGetValue(_piNamespaces, xamlNamespace, out piMappingClrNs))