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