private void UpdateEnableOrientationSupport(bool isEnabledOrientationSupport) { OrientationHelper.SetIsActive(this, isEnabledOrientationSupport); OrientationHelper.SetPageOrientationCallback(this, HandleOrientationChange); }