public void ChangeOwner(IntPtr newOwner) { NativeMethods.SetWindowLongPtr(new WindowInteropHelper(this).Handle, Gwlp.Hwndparent, newOwner); }