1 write to XmlnsDictionaryProperty
PresentationFramework (1)
System\Windows\Markup\XmlAttributeProperties.cs (1)
52XmlnsDictionaryProperty =
6 references to XmlnsDictionaryProperty
PresentationFramework (6)
System\Windows\Data\BindingExpression.cs (1)
648if (target.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) == null ||
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
277object dictObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
74if (propertyValues[i].Property != XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\XamlTypeMapper.cs (1)
2177XmlnsDictionary prefixDictionary = element.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty)
System\Windows\Markup\XmlAttributeProperties.cs (2)
223return (XmlnsDictionary)dependencyObject.GetValue(XmlnsDictionaryProperty); 238dependencyObject.SetValue(XmlnsDictionaryProperty, value);