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
AFAIK, it is not possible to completely remove the focus. Something in your Window will always have the focus.