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