Method Bind
Bind(DependencyObject, DependencyProperty, Binding, object?)
This item supports the framework infrastructure and is not intended to be used directly from your code.
public static IDisposable Bind(this DependencyObject target, DependencyProperty property, Binding binding, object? anchor = null)
Parameters
target
DependencyObjectproperty
DependencyPropertybinding
Bindinganchor
object