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