3 overrides of ChangeSourcesForChild
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
263
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)
278
internal override void
ChangeSourcesForChild
(BindingExpressionBase bindingExpression, WeakDependencySource[] newSources)
1 reference to ChangeSourcesForChild
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
2426
ParentBindingExpressionBase.
ChangeSourcesForChild
(this, newSources);