2 writes to _piNamespaces
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
55_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count); 201_piNamespaces = new Dictionary<string, string>();
10 references to _piNamespaces
PresentationFramework (10)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (10)
60_piNamespaces.Add((string)entry.Key, clrNs); 75if (_nsDefinitions != null || _piNamespaces != null) 110_piNamespaces != null && SyncContainsKey(_piNamespaces, xamlNamespace)) 199if (_piNamespaces == null) 203_piNamespaces[xamlNamespace] = clrNs; 293if (_piNamespaces != null) 295foreach (string ns in _piNamespaces.Keys) 357if (_piNamespaces != null && SyncTryGetValue(_piNamespaces, xamlNamespace, out piMappingClrNs))