3 writes to XmlnsDictionary
PresentationFramework (3)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (2)
191
stack.CurrentFrame.
XmlnsDictionary
=
199
stack.CurrentFrame.
XmlnsDictionary
=
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1159
XmlnsDictionary
= null;
8 references to XmlnsDictionary
PresentationFramework (8)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (6)
106
if (dObject != null && stack.CurrentFrame.
XmlnsDictionary
!= null)
108
XmlnsDictionary dictionary = stack.CurrentFrame.
XmlnsDictionary
;
189
if (iteratorFrame.
XmlnsDictionary
!= null)
192
new XmlnsDictionary(iteratorFrame.
XmlnsDictionary
);
197
if (stack.CurrentFrame.
XmlnsDictionary
== null)
203
stack.CurrentFrame.
XmlnsDictionary
.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
src\Framework\System\Windows\Markup\XamlReader.cs (2)
288
if (dObject != null && _stack.CurrentFrame.
XmlnsDictionary
!= null)
290
XmlnsDictionary dictionary = _stack.CurrentFrame.
XmlnsDictionary
;