Setting the same style for all controls. code example
Example: Setting the same style for all controls.
<Window.Resources>
<Style TargetType="{x:Type Button}">
<Setter Property="Padding" Value="5,2"/>
</Style>
</Window.Resources>