I have a WPF UserControl with Focusable=\"True\". It\'s the only focusable control in the window.
Whenever the user presses Tab or Alt (and especially when they Alt+
If you want to not display the focus rectangle in any case you could set the FocusVisualStyle to null.
<MyControl FocusVisualStyle="{x:Null}" />