[]
Returns the BindingExpression associated with an editor.
public static BindingExpression GetBindingExpression(FrameworkElement e, out FrameworkElement child, out DependencyProperty dp)
Public Shared Function GetBindingExpression(e As FrameworkElement, ByRef child As FrameworkElement, ByRef dp As DependencyProperty) As BindingExpression
| 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. |
| Type | Description |
|---|---|
| BindingExpression |