TX Spell .NET for WPF Releases

Released: Apr 8, 2026

Updates in 11.0 SP1

Fixes

  • Dialog
    • Words in spell check dialog are out of sync or cut off.
    • UserDictionary exceeds visible area with too many words.
  • Options Dialog
    • Options dialog looks faulty under high resolution.

Released: Mar 12, 2025

Updates in 11.0

Features

  • Full .NET 9 Support - With version 11.0, TX Spell .NET now fully supports .NET 9, including licensing, NuGet support, and other changes associated with .NET 9.
  • ASP.NET NuGet Package - TX Spell .NET for WPF 11.0 provides a dedicated NuGet package for .NET and ASP.NET Core applications for an easy installation and deployment.
  • .NET 10 Preview Support - TX Spell .NET 11.0 is fully ready for the .NET 10 preview, including NuGet support, Visual Studio integration such as toolbox support, and...

Released: Nov 14, 2022

Updates in TX Spell .NET for WPF

Features

  • Added support for Microsoft .NET 7.

Released: Sep 7, 2022

Updates in 10.0

Features

  • Build WPF Applications with Microsoft .NET 6 and 7 - TX Spell .NET for WPF 10.0 supports .NET 5, 6 and 7 (Preview) to create WPF Apps in Microsoft Visual Studio 2022.
  • REP Flag Support - Version 10.0 now supports Hunspell REP flags which are used to handle diacritical marks, umlauts and phonetic misspellings.
    • The flag is used to suggest the correct forms for those misspelled words whose incorrect spelling was caused by missing diacritical marks (e.g. 'a' instead 'ä'), incorrect umlaut...

Released: Nov 29, 2021

Updates in 9.0

Features

  • ShowDialog Settings - With this release, the ShowDialogSettings class can now determine the start position and the owner of the built-in options and spell check dialog. To specify these settings for the spell check dialog, the new TXSpellChecker.SpellChecker.ShowDialogSettings property has been provided. The options dialog can be modified by setting an instance of the ShowDialogSettings class as a parameter to the OptionsDialog method.
  • Build WPF Applications with Microsoft .NET 6 - This...

Released: Dec 2, 2020

Updates in 8.0

Features

  • 4k DPI Awareness - Added DPI aware support for all dialog boxes.
  • Per Monitor DPI Awareness - Added supports for multiple monitor setups where each display has a different scale factor, and the application is moved from one display to another.
  • Dictionary Performance - This release significantly decreases the time to load a user dictionary, and the memory footprint for loaded user dictionaries.
    • A feature of TX Spell .NET for WPF is the possibility to use multiple dictionaries at the same...

Released: May 28, 2019

Updates in 7.0 SP1

Fixes

  • Options dialog looks faulty under high resolution.
  • Error message for missing LanguageRecognition folder is wrong.
  • AssemblyFolders are removed after a Windows update.
  • System.IndexOutOfRangeException if a misspelled word is deleted in the SpellCheckDialog.

Released: Dec 14, 2017

Updates in 7.0

Features

  • Create Synonyms for Selected Words - TX Spell .NET for WPF 7.0 implements a new method that returns an array of objects where each group represents a collection of synonyms with common meaning. A dialog box that can be used out-of-the-box has been implemented to use add this functionality to your application. Additionally, the TX Text Control RibbonProofingTab has been extended to open this dialog when TX Spell .NET for WPF is connected to TX Text Control.
  • Visual Studio...

Released: Jun 14, 2017

Updates in 6.0 SP2

Fixes

  • Char ' is not considered as a separator in Italian.
  • Spell check dialog does not refresh after changing the suggestion dictionary.
  • Wrong sample in WPF VB.NET samples.
  • Suggestions are incorrectly created in uppercase although uppercase words are not to be ignored.
  • Using e.Cancel = true in the IncorrectWordChangingEventArgs or MisspelledWordChangingEventArgs causes object reference not set to an instance of an object error.
  • System.IndexOutOfRange exception in TXSpellChecker...

Released: Feb 1, 2017

Updates in 6.0 SP1

Fixes

  • Dialog - SpellCheck Dialog causes an error when trying to open from a derived TX Text Control.
  • Property Method - Endless loop when using an inherited TextControl with TX Spell.
  • Documentation - Return value of Proofing.LanguageScopeCollection.GetItem is Integer.