3 overrides of ChangeSourcesForChild
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
277
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
445
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
288
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
1 reference to ChangeSourcesForChild
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2425
ParentBindingExpressionBase.
ChangeSourcesForChild
(this, newSources);