3 writes to _namespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (3)
24
_namespaces
= new Dictionary<string, string>(source._namespaces);
44
_namespaces
= new Dictionary<string, string>();
51
_namespaces
= namespaces;
9 references to _namespaces
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (9)
22
if (source.
_namespaces
!= null)
24
_namespaces = new Dictionary<string, string>(source.
_namespaces
);
42
if (null ==
_namespaces
)
46
_namespaces
.Add(prefix, xamlNs);
56
if (
_namespaces
!= null &&
_namespaces
.TryGetValue(prefix, out xamlNs))
66
if (
_namespaces
!= null)
68
foreach (KeyValuePair<string, string> pair in
_namespaces
)
88
_namespaces
?.Clear();