How to add Spellchecking in a WPF TextBox


Set SpellCheck.IsEnabled to True.
<TextBox SpellCheck.IsEnabled="True" Name="myTextBox"></TextBox>