I have an editable WPF ComboBox with TextSearchEnabled. I need to force the user\'s text input to uppercase when they type to filter the ComboBox.
I was thinking of
I found that post where the attached property is used. That permit to use that for all of your ComboBox without rewriting the code.