Is there anything wrong in WPF with setting the Owner property of a window to its parent in that parent\'s constructor? There shouldn\'t be, right? So why am I getting an
Just adding another option if you need the handle created earlier than normal for some reason, or can't show the window:
new WindowInteropHelper(myWindow).EnsureHandle();