The WPF TextBox natively makes use of the System Highlight color for painting the background of selected text. I would like to override this and make it consis
You can create a Style for the TextBox and write a Setter for the background. The TextBox style should be a default one so that any TextBox which comes under the visual tree will get the changed TextBox