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