1 write to XmlnsDictionaryProperty
PresentationFramework (1)
System\Windows\Markup\XmlAttributeProperties.cs (1)
60XmlnsDictionaryProperty =
6 references to XmlnsDictionaryProperty
PresentationFramework (6)
System\Windows\Data\BindingExpression.cs (1)
657if (target.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) == null ||
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
282object dictObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
80if (propertyValues[i].Property != XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\XamlTypeMapper.cs (1)
2187XmlnsDictionary prefixDictionary = element.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\XmlAttributeProperties.cs (2)
231return (XmlnsDictionary)dependencyObject.GetValue(XmlnsDictionaryProperty); 246dependencyObject.SetValue(XmlnsDictionaryProperty, value);