public static void SetBinding(this MockUIView target, BindableProperty targetProperty, BindingBase binding)
 {
     NativeBindingHelpers.SetBinding(target, targetProperty, binding);
 }
 public static void SetBinding(this MockUIView target, string targetProperty, BindingBase binding, string updateSourceEventName = null)
 {
     NativeBindingHelpers.SetBinding(target, targetProperty, binding, updateSourceEventName);
 }
 internal static void SetBinding(this MockUIView target, string targetProperty, BindingBase binding, INotifyPropertyChanged propertyChanged)
 {
     NativeBindingHelpers.SetBinding(target, targetProperty, binding, propertyChanged);
 }
 public static void SetBindingContext(this FrameworkElement target, object bindingContext, Func <FrameworkElement, IEnumerable <FrameworkElement> > getChildren = null)
 {
     NativeBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
 }
 internal static void TransferbindablePropertiesToWrapper(this FrameworkElement target, View wrapper)
 {
     NativeBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);
 }
Esempio n. 6
0
 public static void SetBindingContext(this MockUIView target, object bindingContext, Func <MockUIView, IEnumerable <MockUIView> > getChild = null)
 {
     NativeBindingHelpers.SetBindingContext(target, bindingContext, getChild);
 }
Esempio n. 7
0
 public static void SetValue(this global::Android.Views.View target, BindableProperty targetProperty, object value)
 {
     NativeBindingHelpers.SetValue(target, targetProperty, value);
 }
Esempio n. 8
0
 internal static void TransferBindablePropertiesToWrapper(this EObject target, View wrapper)
 {
     NativeBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);
 }
Esempio n. 9
0
 public static void SetBinding(this EObject view, string propertyName, BindingBase binding, string updateSourceEventName = null)
 {
     NativeBindingHelpers.SetBinding(view, propertyName, binding, updateSourceEventName);
 }
Esempio n. 10
0
 public static void SetBinding(this EObject view, BindableProperty targetProperty, BindingBase binding)
 {
     NativeBindingHelpers.SetBinding(view, targetProperty, binding);
 }
Esempio n. 11
0
 public static void SetBindingContext(this EObject target, object bindingContext, Func <EObject, IEnumerable <EObject> > getChildren = null)
 {
     NativeBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
 }
Esempio n. 12
0
 public static void SetBinding(this global::Android.Views.View view, string propertyName, BindingBase binding, string updateSourceEventName = null)
 {
     NativeBindingHelpers.SetBinding(view, propertyName, binding, updateSourceEventName);
 }
Esempio n. 13
0
 internal static void TransferBindablePropertiesToWrapper(this global::Android.Views.View target, View wrapper)
 {
     NativeBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);
 }
Esempio n. 14
0
 public static void SetBindingContext(this global::Android.Views.View target, object bindingContext, Func <global::Android.Views.View, IEnumerable <global::Android.Views.View> > getChildren = null)
 {
     NativeBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
 }
Esempio n. 15
0
 public static void SetBinding(this UIView self, BindableProperty targetProperty, BindingBase binding)
 {
     NativeBindingHelpers.SetBinding(self, targetProperty, binding);
 }
 public static void SetBinding(this FrameworkElement view, BindableProperty targetProperty, BindingBase binding)
 {
     NativeBindingHelpers.SetBinding(view, targetProperty, binding);
 }
Esempio n. 17
0
 public static void SetValue(this UIView target, BindableProperty targetProperty, object value)
 {
     NativeBindingHelpers.SetValue(target, targetProperty, value);
 }
 public static void SetValue(this FrameworkElement target, BindableProperty targetProperty, object value)
 {
     NativeBindingHelpers.SetValue(target, targetProperty, value);
 }
Esempio n. 19
0
 internal static void TransferbindablePropertiesToWrapper(this MockUIView target, MockUIViewWrapper wrapper)
 {
     NativeBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);
 }
Esempio n. 20
0
 public static void SetBinding(this global::Android.Views.View view, BindableProperty targetProperty, BindingBase binding)
 {
     NativeBindingHelpers.SetBinding(view, targetProperty, binding);
 }