Spellcheck upper case words using WPF in Windows 10
问题 I have a WPF application with some text boxes that have CharacterCasing = CharacterCasing.Upper as well as SpellCheck.IsEnabled = true . In Windows 7 this works fine, but in Windows 10 the words in the textbox set to CharacterCasing.Upper are ignored by the spellchecker. It seems to ignore upper case words in normal text boxes as well, presumably treating them as an abbreviation. Is there some way to make the spell checking case insensitive using the built in WPF spell checking? EDIT: Fast