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);
79
if (_nsDefinitions != null ||
_piNamespaces
!= null)
114
_piNamespaces
!= null && SyncContainsKey(
_piNamespaces
, xamlNamespace))
203
if (
_piNamespaces
== null)
207
_piNamespaces
[xamlNamespace] = clrNs;
297
if (
_piNamespaces
!= null)
299
foreach (string ns in
_piNamespaces
.Keys)
361
if (
_piNamespaces
!= null && SyncTryGetValue(
_piNamespaces
, xamlNamespace, out piMappingClrNs))