Is there any recommended way with WPF to create a common window style to be used across an application? I have several dialogs that appear in my app, and I would like them a
You can use define a style in App.Xaml that targets all windows.
This is a sample of how your App.Xaml may look like:
Then for more advanced scenarios you may need to set the ControlTemplate for your Window.