19 references to XmlAttributeProperties
PresentationFramework (19)
System\Windows\Data\BindingExpression.cs (2)
657if (target.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) == null || 658target.GetValue(XmlAttributeProperties.XmlNamespaceMapsProperty) == null)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
282object dictObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty); 284object mapsObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlNamespaceMapsProperty);
System\Windows\Markup\BamlRecordReader.cs (2)
3941XmlnsDictionary elemDict = XmlAttributeProperties.GetXmlnsDictionary(e); 3954XmlAttributeProperties.SetXmlnsDictionary(e, elemDict);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
80if (propertyValues[i].Property != XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\WpfXamlLoader.cs (4)
19private static Lazy<XamlMember> XmlSpace = new Lazy<XamlMember>(() => new WpfXamlMember(XmlAttributeProperties.XmlSpaceProperty, true)); 68depObj.SetValue(XmlAttributeProperties.XmlNamespaceMapsProperty, namespaceMaps); 115XmlAttributeProperties.SetXmlnsDictionary(dObject, dictionary); 252XmlAttributeProperties.SetXmlSpace(dependencyObject, stack.CurrentFrame.XmlSpace.Value ? "default" : "preserve");
System\Windows\Markup\XamlReader.cs (1)
389XmlAttributeProperties.SetXmlnsDictionary(dObject, dictionary);
System\Windows\Markup\XamlTypeMapper.cs (2)
2187XmlnsDictionary prefixDictionary = element.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) 2195Hashtable namespaceMaps = element.GetValue(XmlAttributeProperties.XmlNamespaceMapsProperty)
System\Windows\Markup\XmlAttributeProperties.cs (5)
57DependencyProperty.RegisterAttached("XmlSpace", typeof(string), typeof(XmlAttributeProperties), 61DependencyProperty.RegisterAttached("XmlnsDictionary", typeof(XmlnsDictionary), typeof(XmlAttributeProperties), 65DependencyProperty.RegisterAttached("XmlnsDefinition", typeof(string), typeof(XmlAttributeProperties), 70DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties), 343_xmlSpaceSetter = typeof(XmlAttributeProperties).GetMethod("SetXmlSpace",