'Declaration Public Shared Function GetBindingExpression( _ ByVal e As FrameworkElement, _ ByRef child As FrameworkElement, _ ByRef dp As DependencyProperty _ ) As BindingExpression
public static BindingExpression GetBindingExpression( FrameworkElement e, out FrameworkElement child, out DependencyProperty dp )
Parameters
- e
- Element to get the binding expression for.
- child
- Child element that contains the binding.
- dp
- Dependency property used in the binding.