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