internal override void TearDown(BindableObject bindable)
 {
     bindable.RemoveBinding(_boundProperty);
     bindable.ClearValue(_boundProperty);
 }
Example #2
0
		internal override void TearDown(BindableObject bindable)
		{
			bindable.RemoveBinding(_boundProperty);
			bindable.ClearValue(_boundProperty);
		}