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