Exemplo n.º 1
0
 public static BindingMode GetRealizedMode(this BindingBase self, BindableProperty property)
 {
     return(self.Mode != BindingMode.Default ? self.Mode : property.DefaultBindingMode);
 }