You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a problem with applying a custom dictionary to a TextBox in a WPF application. Despite correctly setting the SpellCheck.CustomDictionaries property to include my .lex file, the TextBox continues to underline words from the custom dictionary with red squiggly lines, indicating them as errors.
Thank you for pointing out the connection to issue #9760 ? It seems like both myself and other users are encountering the same problem with no solution or workaround available yet.
Description
I am experiencing a problem with applying a custom dictionary to a TextBox in a WPF application. Despite correctly setting the SpellCheck.CustomDictionaries property to include my .lex file, the TextBox continues to underline words from the custom dictionary with red squiggly lines, indicating them as errors.
Reproduction Steps
CustomDict.zip
[Note] : Ensure the _uri of the custDictionary.
Expected behavior
Words present in the custom dictionary should not be underlined with red squiggly lines in the TextBox.
Actual behavior
Words in the custom dictionary are still highlighted as errors.
Any insights or suggestions to resolve this issue would be greatly appreciated.
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
OS: Windows 11
.NET Framework version: .NET Framework 4.8
Visual Studio: VS2022
Other information
No response
The text was updated successfully, but these errors were encountered: