Overload List

  Name Description
Public method Static member SetBinding(FrameworkElement, DependencyProperty, Object, String) Obsolete.
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.
Public method Static member SetBinding<(Of <<'(T>)>>)(FrameworkElement, DependencyProperty, T, Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>))
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.
Public method Static member SetBinding<(Of <<'(T>)>>)(FrameworkElement, DependencyProperty, T, Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>), IValueConverter)
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.

See Also