I have a textbox with some text in it. How do I prevent the textbox from hiding the selected text highlight when the textbox loses focus?
Set
textBox1.IsInactiveSelectionHighlightEnabled = true;
(Apparently this is new in Fx 4.5)