Setting WPF Dialog owner from within WinForms application
I had some WPF dialog that I need to show from older WinForms application, or more precisely from some WinForms UserControl. The problem was to set Owner of that dialog, GetWindow() didn't work (of course) and leaving dialog without an ...
Original post: Setting WPF Dialog owner from within WinForms application by at wpf - Google Blog Search