In my custom control I have 2 textboxes. When either one of them is focused, it changes its style slightly... it looses a bit of its border. I would like to prevent this behaviour, which seems to be default textbox behaviour.
Now, I assume that its something to do with the style, possibly with the part of the textbox template
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
However, is there anyway to prevent this?