//[IsKeepAlive() moved to NavigationService.IsContentKeepAlive()] internal void UpdateView() { BackStack.OnCollectionChanged(); ForwardStack.OnCollectionChanged(); if (_backForwardStateChange != null) { _backForwardStateChange(this, EventArgs.Empty); } }