3 writes to XmlnsDictionary
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
212
stack.CurrentFrame.
XmlnsDictionary
=
220
stack.CurrentFrame.
XmlnsDictionary
=
System\Windows\Markup\XamlReader.cs (1)
1216
XmlnsDictionary
= null;
8 references to XmlnsDictionary
PresentationFramework (8)
System\Windows\Markup\WpfXamlLoader.cs (6)
110
if (dObject != null && stack.CurrentFrame.
XmlnsDictionary
!= null)
112
XmlnsDictionary dictionary = stack.CurrentFrame.
XmlnsDictionary
;
210
if (iteratorFrame.
XmlnsDictionary
!= null)
213
new XmlnsDictionary(iteratorFrame.
XmlnsDictionary
);
218
if (stack.CurrentFrame.
XmlnsDictionary
== null)
224
stack.CurrentFrame.
XmlnsDictionary
.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
System\Windows\Markup\XamlReader.cs (2)
384
if (dObject != null && _stack.CurrentFrame.
XmlnsDictionary
!= null)
386
XmlnsDictionary dictionary = _stack.CurrentFrame.
XmlnsDictionary
;