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