MaskedInput: When Mask="#.x" inserting digits is not as expected
When you set the IsCurrencySymbolVisible to false and Mask="1.x" you are not able to fill the first digit.
For example if you want to insert 1.234 and you press 1 the control fills 0.001 and all other digits can be added at the last position only.