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)
2228SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2524SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 3306SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3696SetDependencyValue((DependencyObject)currentTarget, dp, o); 4467SetDependencyValue(doRoot, BaseUriHelper.BaseUriProperty, baseuri); 4938SetDependencyValue(dpo, dp, value);