3 overrides of ChangeSourcesForChild
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
259
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
System\Windows\Data\MultiBindingExpression.cs (1)
433
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
System\Windows\Data\PriorityBindingExpression.cs (1)
270
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
1 reference to ChangeSourcesForChild
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2404
ParentBindingExpressionBase.
ChangeSourcesForChild
(this, newSources);