I want to add a simple (at least I thought it was) behaviour to my WPF TextBox.
TextBox
When the user presses Escape I want the TextBox he is editi
In Windows Phone Development, I just did Focus() or this.Focus() in the PhoneApplicationPage and it worked like a charm.
Focus()
this.Focus()