3 writes to XmlnsDictionary
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
207stack.CurrentFrame.XmlnsDictionary = 215stack.CurrentFrame.XmlnsDictionary =
System\Windows\Markup\XamlReader.cs (1)
1211XmlnsDictionary = null;
8 references to XmlnsDictionary
PresentationFramework (8)
System\Windows\Markup\WpfXamlLoader.cs (6)
105if (dObject != null && stack.CurrentFrame.XmlnsDictionary != null) 107XmlnsDictionary dictionary = stack.CurrentFrame.XmlnsDictionary; 205if (iteratorFrame.XmlnsDictionary != null) 208new XmlnsDictionary(iteratorFrame.XmlnsDictionary); 213if (stack.CurrentFrame.XmlnsDictionary == null) 219stack.CurrentFrame.XmlnsDictionary.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);
System\Windows\Markup\XamlReader.cs (2)
371if (dObject != null && _stack.CurrentFrame.XmlnsDictionary != null) 373XmlnsDictionary dictionary = _stack.CurrentFrame.XmlnsDictionary;