Is there a way to setup global styles for my WPF application?
What I\'m hoping to do is apply a style to all my Buttons that also have an Image child.
You can do implicit styles in WPF which are applied by type
for instance