7 references to SetDependencyValue
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
134
_reader.
SetDependencyValue
(dpParent, PropertyDefinition.DependencyProperty, Collection);
System\Windows\Markup\BamlRecordReader.cs (6)
2237
SetDependencyValue
((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject);
2531
SetDependencyValue
((DependencyObject)o, propertyDefinition.DependencyProperty, value);
3314
SetDependencyValue
(element, UIElement.UidProperty, bamlDefAttributeRecord.Value);
3704
SetDependencyValue
((DependencyObject)currentTarget, dp, o);
4479
SetDependencyValue
(doRoot, BaseUriHelper.BaseUriProperty, baseuri);
4950
SetDependencyValue
(dpo, dp, value);