Description
Passing the BindingContext value to the child content of Window TitleBar is essential, as it facilitates the binding of properties and commands of the controls hosted within it to a ViewModel instance.
Public API Changes
Propagate the BindingContext value to all the child content of Window TitleBar and inherit its value from the Window's BindingContext.
Intended Use-Case
To manage the properties and commands of the controls hosted within the Window TitleBar from the ViewModel.