void SetChildParent() { if (IsReleased) { return; } SplashScreenHelper.SetParent(Child.Window, Parent.Handle); }