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)
2277SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2572SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 3358SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3750SetDependencyValue((DependencyObject)currentTarget, dp, o); 4534SetDependencyValue(doRoot, BaseUriHelper.BaseUriProperty, baseuri); 5008SetDependencyValue(dpo, dp, value);