7 references to SetDependencyValue
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
135_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection);
System\Windows\Markup\BamlRecordReader.cs (6)
2246SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2540SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 3323SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3713SetDependencyValue((DependencyObject)currentTarget, dp, o); 4488SetDependencyValue(doRoot, BaseUriHelper.BaseUriProperty, baseuri); 4959SetDependencyValue(dpo, dp, value);