Base:
method
UpdateSource
System.Windows.Data.BindingExpressionBase.UpdateSource(System.Object)
2 references to UpdateSource
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2047
value =
UpdateSource
(value);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1184
result = (bindExpr.
UpdateSource
(proposedValueEntry.ConvertedValue) != DependencyProperty.UnsetValue)