示例#1
0
 public static void SetBindingContext(this UIView target, object bindingContext,
                                      Func <UIView, IEnumerable <UIView> > getChildren = null)
 {
     PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
 }
示例#2
0
 public static void SetBindingContext(this MockPlatformView target, object bindingContext, Func <MockPlatformView, IEnumerable <MockPlatformView> > getChild = null)
 {
     PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChild);
 }
示例#3
0
 public static void SetBindingContext(this FrameworkElement target, object bindingContext, Func <FrameworkElement, IEnumerable <FrameworkElement> > getChildren = null)
 {
     PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
 }