dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.07k stars 1.16k forks source link

Spell checker property to allow checking uppercase #3653

Open zbalkan opened 4 years ago

zbalkan commented 4 years ago

Rationale

Existing SpellCheck class used in System.Windows.Controls.TextBox and System.Windows.Controls.RichTextBox does not check words written uppercase by design. However, there are many use cases such as business requirements, message formats by industry standards/conventions et cetera, which require uppercase texts to be checked. A property to change this behavior should be available to the developers.

Suggested Change

In addition to current API, a property called IgnoreUppercase with true default value would allow developers control behavior of WPF Controls.

Mano1192 commented 1 year ago

This would be great to have!

RevitArkitek commented 7 months ago

Ditto