private void ShowWaitScreenHandler() { if (_isShown) { _hideTimer.Stop(); return; } _isShown = true; WaitScreenWindow.Owner = ApplicationExtention.MainWindow; WaitScreenWindow.Show(); if (DisableParent && Application.Current != null) { Application.Current.DisableWindow(0.90); } }