7 references to SetDependencyValue
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
139
_reader.
SetDependencyValue
(dpParent, PropertyDefinition.DependencyProperty, Collection);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
2277
SetDependencyValue
((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject);
2572
SetDependencyValue
((DependencyObject)o, propertyDefinition.DependencyProperty, value);
3358
SetDependencyValue
(element, UIElement.UidProperty, bamlDefAttributeRecord.Value);
3750
SetDependencyValue
((DependencyObject)currentTarget, dp, o);
4534
SetDependencyValue
(doRoot, BaseUriHelper.BaseUriProperty, baseuri);
5008
SetDependencyValue
(dpo, dp, value);