|
@@ -8,7 +8,7 @@
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="20" d:DesignWidth="40" x:Name="numberInput">
|
|
d:DesignHeight="20" d:DesignWidth="40" x:Name="numberInput">
|
|
<TextBox TextAlignment="Center" Style="{StaticResource DarkTextBoxStyle}" Focusable="True"
|
|
<TextBox TextAlignment="Center" Style="{StaticResource DarkTextBoxStyle}" Focusable="True"
|
|
-
|
|
|
|
|
|
+ InputScope="Number"
|
|
PreviewTextInput="TextBox_PreviewTextInput" Text="{Binding ElementName=numberInput, Path=Value}">
|
|
PreviewTextInput="TextBox_PreviewTextInput" Text="{Binding ElementName=numberInput, Path=Value}">
|
|
<i:Interaction.Behaviors>
|
|
<i:Interaction.Behaviors>
|
|
<behaviours:TextBoxFocusBehavior/>
|
|
<behaviours:TextBoxFocusBehavior/>
|