When I put button on a toolbar, its style changes automatically to match the toolbar elements.
I derived my own class from a ToggleButton, and now if I instantiate one on the toolbar, it looks like ordinary button again. How can I access the built-in templates of the WPF, such that I don't have to recreate the whole template from scratch?