Added KeyBindingTriggerBehavior
This commit is contained in:
@@ -7,9 +7,11 @@
|
|||||||
Width="300"
|
Width="300"
|
||||||
Classes="revealPasswordButton"
|
Classes="revealPasswordButton"
|
||||||
PasswordChar="●">
|
PasswordChar="●">
|
||||||
<TextBox.KeyBindings>
|
<Interaction.Behaviors>
|
||||||
<KeyBinding Gesture="Enter" />
|
<KeyBindingTriggerBehavior Gesture="Enter">
|
||||||
</TextBox.KeyBindings>
|
<NavigateAction Context="Main" Route="Vault" />
|
||||||
|
</KeyBindingTriggerBehavior>
|
||||||
|
</Interaction.Behaviors>
|
||||||
</TextBox>
|
</TextBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user