| Overload | Description |
|---|---|
| SetBinding<T>(FrameworkElement,DependencyProperty,T,Expression<Func<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. |
| SetBinding<T>(FrameworkElement,DependencyProperty,T,Expression<Func<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. |