I want to show a selection in a WPF TextBox even when it\'s not in focus. How can I do this?
public class CustomRichTextBox : RichTextBox { protected override void OnLostFocus(RoutedEventArgs e) { } }