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