2 writes to _piNamespaces
PresentationFramework (2)
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)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (10)
60
_piNamespaces
.Add((string)entry.Key, clrNs);
75
if (_nsDefinitions != null ||
_piNamespaces
!= null)
110
_piNamespaces
!= null && SyncContainsKey(
_piNamespaces
, xamlNamespace))
199
if (
_piNamespaces
== null)
203
_piNamespaces
[xamlNamespace] = clrNs;
293
if (
_piNamespaces
!= null)
295
foreach (string ns in
_piNamespaces
.Keys)
357
if (
_piNamespaces
!= null && SyncTryGetValue(
_piNamespaces
, xamlNamespace, out piMappingClrNs))