/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { //_window.SizeChanged -= OnBoundsChanged; _uiImplementation.OnShutdown(); _eventDispatcher.OnDestroy(); ViewManagersPropertyCache.Clear(); }
/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { ApplicationView.GetForCurrentView().VisibleBoundsChanged -= OnBoundsChanged; DisplayInformation.GetForCurrentView().OrientationChanged -= OnOrientationChanged; _uiImplementation.OnShutdown(); _eventDispatcher.OnDestroy(); }
/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { _uiImplementation.OnShutdown(); ApplicationView.GetForCurrentView().VisibleBoundsChanged -= OnBoundsChanged; }
/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { _window.SizeChanged -= OnBoundsChanged; _uiImplementation.OnShutdown(); _eventDispatcher.OnDestroy(); }
/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { _uiImplementation.OnShutdown(); }
/// <summary> /// Called when the host is shutting down. /// </summary> public void OnDestroy() { _uiImplementation.OnShutdown(); _eventDispatcher.OnDestroy(); }