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