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