I have a TextBox control placed inside my window and I would like to change its Border. In order to do this, I have to somehow modify the existing Border set by the default control template.
Is there a way to modify only a part of a default control template (for a standard WPF control) by somehow overriding the existing objects?