Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.0.0.62955-pre2" />

 INativeBindingService

public interface INativeBindingService
For internal use by the Xamarin.Forms platform.
bool TrySetBinding(object target, string propertyName, BindingBase binding)

For internal use by the Xamarin.Forms platform.

bool TrySetBinding(object target, BindableProperty property, BindingBase binding)

For internal use by the Xamarin.Forms platform.

bool TrySetValue(object target, BindableProperty property, object value)

For internal use by the Xamarin.Forms platform.