I am currently developing a WPF application that will utilize existing WinForm dialogs. I'm experiencing a long lag between the time I call ShowDialog()
on a WinForm to the time it is displayed.
Even when reusing WinForm dialog objects the lag time is nearly as bad on the second hit. Meaning that the problem isn’t in the constructor.
Does anybody have a work around to increase speed or know why the speed is so slow?