I have a field
<TextBox x:Name="TbTotalICMS" Style="{StaticResource MeuTextBoxValor}" Text="{Binding Vicms}" />
My Vicms is a decimal. When pressing the TAB key, the value is 1.00 (example) it turns 100. For as it is a decimal in English it takes the comma and exchange by point. I need that by pressing the TAB it continues like this.