Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />

.NET API 1,049,536 bytes

 NativeBindingExtensions

public static class NativeBindingExtensions
public static void SetBinding(this View view, string propertyName, BindingBase binding, string updateSourceEventName = null)

public static void SetBinding(this View view, BindableProperty targetProperty, BindingBase binding)

public static void SetBindingContext(this View target, object bindingContext, Func<View, IEnumerable<View>> getChildren = null)

public static void SetValue(this View target, BindableProperty targetProperty, object value)