ContentView - Binding Context is set to null
After analysing the "External Code" in VS I found out that the source of the problem must be somewhere in the measurement for the control. So I removed VerticalOptions="FillAndExpand"
from my controls:ObjectSearchControl
implemention and after that the problem was gone. BindingContext is set only one time and everything is working as expected!