3 overrides of UpdateSource
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2041internal override bool UpdateSource(BindingGroup bindingGroup)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
738internal override bool UpdateSource(BindingGroup bindingGroup)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
401internal override bool UpdateSource(BindingGroup bindingGroup)
2 references to UpdateSource
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1175result = _bindingExpressions[i].UpdateSource(this) && result;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
407result = bindExpr.UpdateSource(bindingGroup);