C# Class MvvmCross.BindingEx.Wpf.MvxBinding.MvxMvvmCrossBindingCreator

Inheritance: MvxBindingCreator
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Properties

Property Type Description
BindingsListProperty Windows.UI.Xaml.DependencyProperty
DataContextWatcherProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetBindingsList ( DependencyObject d ) : IList
GetDataContextWatcher ( DependencyObject d ) : object
SetBindingsList ( DependencyObject d, string value ) : void
SetDataContextWatcher ( DependencyObject d, string value ) : void

Protected Methods

Method Description
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void

Private Methods

Method Description
DataContext_Changed ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
GetOrCreateBindingsList ( FrameworkElement attachedObject ) : IList
RegisterBindingsForUpdates ( FrameworkElement attachedObject, IEnumerable bindings ) : void

Method Details

ApplyBindings() protected method

protected ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
attachedObject Windows.UI.Xaml.FrameworkElement
bindingDescriptions IEnumerable
return void

GetBindingsList() public static method

public static GetBindingsList ( DependencyObject d ) : IList
d Windows.UI.Xaml.DependencyObject
return IList

GetDataContextWatcher() public static method

public static GetDataContextWatcher ( DependencyObject d ) : object
d Windows.UI.Xaml.DependencyObject
return object

SetBindingsList() public static method

public static SetBindingsList ( DependencyObject d, string value ) : void
d Windows.UI.Xaml.DependencyObject
value string
return void

SetDataContextWatcher() public static method

public static SetDataContextWatcher ( DependencyObject d, string value ) : void
d Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

BindingsListProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BindingsListProperty
return Windows.UI.Xaml.DependencyProperty

DataContextWatcherProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DataContextWatcherProperty
return Windows.UI.Xaml.DependencyProperty