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)
2237SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2531SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 3314SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3704SetDependencyValue((DependencyObject)currentTarget, dp, o); 4479SetDependencyValue(doRoot, BaseUriHelper.BaseUriProperty, baseuri); 4950SetDependencyValue(dpo, dp, value);