void Initialize() { if (Container != null) { SplashScreenHelper.InvokeAsync(Container.Window, () => SplashScreenHelper.LockWindow(Container, lockMode), DispatcherPriority.Send, AsyncInvokeMode.AllowSyncInvoke); } }