3 writes to XmlnsDictionary
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
208
stack.CurrentFrame.
XmlnsDictionary
=
216
stack.CurrentFrame.
XmlnsDictionary
=
System\Windows\Markup\XamlReader.cs (1)
1212
XmlnsDictionary
= null;
8 references to XmlnsDictionary
PresentationFramework (8)
System\Windows\Markup\WpfXamlLoader.cs (6)
106
if (dObject != null && stack.CurrentFrame.
XmlnsDictionary
!= null)
108
XmlnsDictionary dictionary = stack.CurrentFrame.
XmlnsDictionary
;
206
if (iteratorFrame.
XmlnsDictionary
!= null)
209
new XmlnsDictionary(iteratorFrame.
XmlnsDictionary
);
214
if (stack.CurrentFrame.
XmlnsDictionary
== null)
220
stack.CurrentFrame.
XmlnsDictionary
.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
System\Windows\Markup\XamlReader.cs (2)
372
if (dObject != null && _stack.CurrentFrame.
XmlnsDictionary
!= null)
374
XmlnsDictionary dictionary = _stack.CurrentFrame.
XmlnsDictionary
;