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);
76
if (_nsDefinitions != null ||
_piNamespaces
!= null)
111
_piNamespaces
!= null && SyncContainsKey(
_piNamespaces
, xamlNamespace))
200
if (
_piNamespaces
== null)
204
_piNamespaces
[xamlNamespace] = clrNs;
294
if (
_piNamespaces
!= null)
296
foreach (string ns in
_piNamespaces
.Keys)
358
if (
_piNamespaces
!= null && SyncTryGetValue(
_piNamespaces
, xamlNamespace, out piMappingClrNs))