As I have multiple Windows in my application, I am looking for a solution that does not require me to set a binding on each Window.
Window
binding
This is the solution I used in my application. It lets me keep all my window styles together, and requires just a couple lines after the section.
Do your Style like so:
Style
Then, in your Window, after include the following: