I need to make all DocumentWindow tabs in a TabbedMdiContainer have the same dropshadow. I've found where I would modify the style templates (Docking\Themes\Includes\Styles\Containers.xaml:162), but I don't see a way to do that for the templates actually used in my project. All I think I want to do is add a Border.Effect element, but I don't see any style key I can use for this. What should I be doing differently?