3 overrides of UpdateSource
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1972internal override object UpdateSource(object value)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
689internal override object UpdateSource(object convertedValue)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
376internal override object UpdateSource(object convertedValue)
3 references to UpdateSource
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1091value = UpdateSource(value);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
712bindExpr.UpdateSource(value);
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
383result = bindExpr.UpdateSource(convertedValue);