3 overrides of UpdateSource
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1992
internal override object
UpdateSource
(object value)
System\Windows\Data\MultiBindingExpression.cs (1)
689
internal override object
UpdateSource
(object convertedValue)
System\Windows\Data\PriorityBindingExpression.cs (1)
373
internal override object
UpdateSource
(object convertedValue)
3 references to UpdateSource
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1087
value =
UpdateSource
(value);
System\Windows\Data\MultiBindingExpression.cs (1)
712
bindExpr.
UpdateSource
(value);
System\Windows\Data\PriorityBindingExpression.cs (1)
380
result = bindExpr.
UpdateSource
(convertedValue);