If, like me, you would like to apply a FlatStyle to a WPF button, add a style property like this (this style is include in the standard Microsoft ToolBar):

xml<Button Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" />