I have a WPF application where I show a dialog window which is modal and has its WindowStyle
property set to None
because I draw my own border/chrome and title bar.
Now I have the problem that I can't get that window to "flash" when the user clicks on the main window as it does with any other WindowStyle
.
Is there a way to either show the "default shadow" with WindowStyle="None"
so the flashing shadow is visible or can I somehow get the "flashing command" to implement the flashing on my own?