1 write to XmlnsDictionaryProperty
PresentationFramework (1)
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (1)
67XmlnsDictionaryProperty =
6 references to XmlnsDictionaryProperty
PresentationFramework (6)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
658if (target.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty) == null ||
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
287object dictObject = element.GetValue(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty);
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
85if (propertyValues[i].Property != XmlAttributeProperties.XmlnsDictionaryProperty)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2270XmlnsDictionary prefixDictionary = element.GetValue(XmlAttributeProperties.XmlnsDictionaryProperty)
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (2)
239return (XmlnsDictionary)dependencyObject.GetValue(XmlnsDictionaryProperty); 254dependencyObject.SetValue(XmlnsDictionaryProperty, value);