Is it possible with WPF to open a dialog (a new window) and keep the possibility to interact with the underlying main window?
I imagine a help window that is placed next to the main window and doesn't block interaction.
How could I easily check where the mouse is over and show a info to the specific area?