7 references to SetDependencyValue
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
133_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection);
System\Windows\Markup\BamlRecordReader.cs (6)
2227SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2523SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 3302SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3689SetDependencyValue((DependencyObject)currentTarget, dp, o); 4460SetDependencyValue(doRoot, BaseUriHelper.BaseUriProperty, baseuri); 4931SetDependencyValue(dpo, dp, value);