C# Class eCollegeWP7.Util.MultiBinding.BindingUtil

Provides a mechanism for attaching a MultiBinding to an element
Mostra file Open project: PearsonLearningStudio/mobile2-windows7

Public Properties

Property Type Description
DataContextPiggyBackProperty System.Windows.DependencyProperty
MultiBindingsProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetDataContextPiggyBack ( DependencyObject d ) : object
GetMultiBindings ( DependencyObject obj ) : MultiBindings
SetDataContextPiggyBack ( DependencyObject d, object value ) : void
SetMultiBindings ( DependencyObject obj, MultiBindings value ) : void

Private Methods

Method Description
OnDataContextPiggyBackChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the DataContextPiggyBack property.

OnMultiBindingsChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked when the MultiBinding property is set on a framework element

Method Details

GetDataContextPiggyBack() public static method

public static GetDataContextPiggyBack ( DependencyObject d ) : object
d System.Windows.DependencyObject
return object

GetMultiBindings() public static method

public static GetMultiBindings ( DependencyObject obj ) : MultiBindings
obj System.Windows.DependencyObject
return MultiBindings

SetDataContextPiggyBack() public static method

public static SetDataContextPiggyBack ( DependencyObject d, object value ) : void
d System.Windows.DependencyObject
value object
return void

SetMultiBindings() public static method

public static SetMultiBindings ( DependencyObject obj, MultiBindings value ) : void
obj System.Windows.DependencyObject
value MultiBindings
return void

Property Details

DataContextPiggyBackProperty public_oe static_oe property

DataContextPiggyBack Attached Dependency Property, used as a mechanism for exposing DataContext changed events
public static DependencyProperty,System.Windows DataContextPiggyBackProperty
return System.Windows.DependencyProperty

MultiBindingsProperty public_oe static_oe property

public static DependencyProperty,System.Windows MultiBindingsProperty
return System.Windows.DependencyProperty