Exemple #1
0
 static void BindingContextPropertyChanged(BindableObject bindable, object oldvalue, object newvalue)
 {
     bindable._inheritedContext = null;
     bindable.ApplyBindings(skipBindingContext: true, fromBindingContextChanged: true);
     bindable.OnBindingContextChanged();
 }