19 references to XmlAttributeProperties
PresentationFramework (19)
System\Windows\Data\BindingExpression.cs (2)
644if (target.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) == null || 645target.GetValue(XmlAttributeProperties.XmlNamespaceMapsProperty) == null)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
276object dictObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty); 278object mapsObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlNamespaceMapsProperty);
System\Windows\Markup\BamlRecordReader.cs (2)
3922XmlnsDictionary elemDict = XmlAttributeProperties.GetXmlnsDictionary(e); 3935XmlAttributeProperties.SetXmlnsDictionary(e, elemDict);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
73if (propertyValues[i].Property != XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\WpfXamlLoader.cs (4)
17private static Lazy<XamlMember> XmlSpace = new Lazy<XamlMember>(() => new WpfXamlMember(XmlAttributeProperties.XmlSpaceProperty, true)); 66depObj.SetValue(XmlAttributeProperties.XmlNamespaceMapsProperty, namespaceMaps); 110XmlAttributeProperties.SetXmlnsDictionary(dObject, dictionary); 247XmlAttributeProperties.SetXmlSpace(dependencyObject, stack.CurrentFrame.XmlSpace.Value ? "default" : "preserve");
System\Windows\Markup\XamlReader.cs (1)
376XmlAttributeProperties.SetXmlnsDictionary(dObject, dictionary);
System\Windows\Markup\XamlTypeMapper.cs (2)
2172XmlnsDictionary prefixDictionary = element.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) 2180Hashtable namespaceMaps = element.GetValue(XmlAttributeProperties.XmlNamespaceMapsProperty)
System\Windows\Markup\XmlAttributeProperties.cs (5)
48DependencyProperty.RegisterAttached("XmlSpace", typeof(string), typeof(XmlAttributeProperties), 52DependencyProperty.RegisterAttached("XmlnsDictionary", typeof(XmlnsDictionary), typeof(XmlAttributeProperties), 56DependencyProperty.RegisterAttached("XmlnsDefinition", typeof(string), typeof(XmlAttributeProperties), 61DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties), 334_xmlSpaceSetter = typeof(XmlAttributeProperties).GetMethod("SetXmlSpace",