2 writes to _piNamespaces
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
56_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count); 202_piNamespaces = new Dictionary<string, string>();
10 references to _piNamespaces
PresentationFramework (10)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (10)
61_piNamespaces.Add((string)entry.Key, clrNs); 76if (_nsDefinitions != null || _piNamespaces != null) 111_piNamespaces != null && SyncContainsKey(_piNamespaces, xamlNamespace)) 200if (_piNamespaces == null) 204_piNamespaces[xamlNamespace] = clrNs; 294if (_piNamespaces != null) 296foreach (string ns in _piNamespaces.Keys) 358if (_piNamespaces != null && SyncTryGetValue(_piNamespaces, xamlNamespace, out piMappingClrNs))