[]
        
(Showing Draft Content)

C1.Util.Util.GetBindingExpression

GetBindingExpression Method

GetBindingExpression(FrameworkElement, out FrameworkElement, out DependencyProperty)

Returns the BindingExpression associated with an editor.

Declaration
public static BindingExpression GetBindingExpression(FrameworkElement e, out FrameworkElement child, out DependencyProperty dp)
Parameters
Type Name Description
FrameworkElement e

Element to get the binding expression for.

FrameworkElement child

Child element that contains the binding.

DependencyProperty dp

Dependency property used in the binding.

Returns
Type Description
BindingExpression