If you create a style without a dictionary key, it will stylize all the objects of the type you specified in the area into which you import the style dictionary (if you specify it in Window.Resources, it will have an area for this window ... if you specify it in App.xaml ... you get the image).
<Style TargetType="{x:Type Button}">
<Setter Property="FontFamily" Value="Times New Roman" />
<Setter Property="FontSize" Value="30" />
<Setter Property="FontWeight" Value="Bold" />
<Setter Property="Background" Value="#FFCA5132" />
</Style>
This will give them the same style.
. , . , , , "", , Person ListView, , , . WPF "" .