WPF TextBox Input ke semua topi

<Style TargetType="{x:Type TextBox}">
    <Setter Property="CharacterCasing" Value="Upper" />
</Style>
Annoying Albatross