public static void SetBindingContext(this UIView target, object bindingContext, Func <UIView, IEnumerable <UIView> > getChildren = null) { PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren); }
public static void SetBindingContext(this MockPlatformView target, object bindingContext, Func <MockPlatformView, IEnumerable <MockPlatformView> > getChild = null) { PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChild); }
public static void SetBindingContext(this FrameworkElement target, object bindingContext, Func <FrameworkElement, IEnumerable <FrameworkElement> > getChildren = null) { PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren); }