I am new to WPF technology. I have the following window declaration in WPF:
DropShadowEffect cannot be applied to a Window. Instead, if you want to override the default window appearance, you have to apply the effect to some other element contained in the window:
DropShadowEffect
Window
...