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