3 writes to XmlnsDictionary
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
207
stack.CurrentFrame.
XmlnsDictionary
=
215
stack.CurrentFrame.
XmlnsDictionary
=
System\Windows\Markup\XamlReader.cs (1)
1211
XmlnsDictionary
= null;
8 references to XmlnsDictionary
PresentationFramework (8)
System\Windows\Markup\WpfXamlLoader.cs (6)
105
if (dObject != null && stack.CurrentFrame.
XmlnsDictionary
!= null)
107
XmlnsDictionary dictionary = stack.CurrentFrame.
XmlnsDictionary
;
205
if (iteratorFrame.
XmlnsDictionary
!= null)
208
new XmlnsDictionary(iteratorFrame.
XmlnsDictionary
);
213
if (stack.CurrentFrame.
XmlnsDictionary
== null)
219
stack.CurrentFrame.
XmlnsDictionary
.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
System\Windows\Markup\XamlReader.cs (2)
371
if (dObject != null && _stack.CurrentFrame.
XmlnsDictionary
!= null)
373
XmlnsDictionary dictionary = _stack.CurrentFrame.
XmlnsDictionary
;