BindingOperations::GetSourceUpdatingBindings Method (DependencyObject^)
.NET Framework (current version)
Gets all BindingExpressionBase objects that have invalid values or target values have not been updated the source.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static ReadOnlyCollection<BindingExpressionBase^>^ GetSourceUpdatingBindings( DependencyObject^ root )
Parameters
- root
-
Type:
System.Windows::DependencyObject^
The root UIElement to get binding groups for. This method returns BindingExpressionBase objects that are associated with this element or its descendant elements.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<BindingExpressionBase^>^A collection of BindingExpressionBase objects that are associated with the specified element and have invalid values or target values have not been updated the source.
If root is null, GetSourceUpdatingBindings returns all BindingExpressionBase objects that are invalid or have not been updated.
.NET Framework
Available since 4.5
Available since 4.5
Show: