* Add test for gesture bubbling behavior on all controls;
Make Windows behavior consistent with other platforms;
* Fix the stepper test
* Make Frame on Android handle tap event bubbling like the other platforms
* Formatting changes and query syntax instead of SelectMany
* Set up automated UI tests for InputTransparent
* Pull in Adrian's UI tests from PR 483
* Fix bugs with box/label/image gestures passing through when not transparent
* Fix disabling of layouts on Windows; fix 44096 test for iOS/Windows;
* Automate the 53445 test
* Remove InternalsVisibleTo from Core to XF.Platforms.*
* Changes per Jason's code review
* Move LockableObservableListWrapper to internals namespace
* Changes per Stephane's code review
* update docs
* Touch code to get CI to run tests
* Rebase; Update documentation