I have a style setup in my XAML for the creation of round corner Buttons in my WPF window. I would like this style to apply to all buttons on all windows in my
Button
The easiest way according to me is:
Right click on a button in design surface
Choose Edit Template->Edit a Copy
Choose "Define in Application" radio button
The Style will be created in App.xaml file
Add that resource to every button using "style" tag