C# Class Catel.Windows.SetterValueBindingHelper

Show file Open project: Catel/Catel Class Usage Examples

Public Properties

Property Type Description
PropertyBindingProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ApplyBinding void
GetPropertyBinding SetterValueBindingHelper
OnPropertyBindingPropertyChanged void
SetPropertyBinding void

Private Methods

Method Description
ApplyBinding ( FrameworkElement element, SetterValueBindingHelper item ) : void

Applies the Binding represented by the SetterValueBindingHelper.

GetPropertyBinding ( FrameworkElement element ) : SetterValueBindingHelper
OnPropertyBindingPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Change handler for the PropertyBinding attached DependencyProperty.

SetPropertyBinding ( FrameworkElement element, SetterValueBindingHelper value ) : void

Property Details

PropertyBindingProperty public static property

PropertyBinding attached DependencyProperty.
public static DependencyProperty,System.Windows PropertyBindingProperty
return System.Windows.DependencyProperty