3 writes to XmlnsDictionary
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
211
stack.CurrentFrame.
XmlnsDictionary
=
219
stack.CurrentFrame.
XmlnsDictionary
=
System\Windows\Markup\XamlReader.cs (1)
1218
XmlnsDictionary
= null;
8 references to XmlnsDictionary
PresentationFramework (8)
System\Windows\Markup\WpfXamlLoader.cs (6)
109
if (dObject != null && stack.CurrentFrame.
XmlnsDictionary
!= null)
111
XmlnsDictionary dictionary = stack.CurrentFrame.
XmlnsDictionary
;
209
if (iteratorFrame.
XmlnsDictionary
!= null)
212
new XmlnsDictionary(iteratorFrame.
XmlnsDictionary
);
217
if (stack.CurrentFrame.
XmlnsDictionary
== null)
223
stack.CurrentFrame.
XmlnsDictionary
.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
System\Windows\Markup\XamlReader.cs (2)
375
if (dObject != null && _stack.CurrentFrame.
XmlnsDictionary
!= null)
377
XmlnsDictionary dictionary = _stack.CurrentFrame.
XmlnsDictionary
;