Mini Kabibi Habibi
<local:SpellCheckerDemoModule x:Class="SpellCheckerDemo.TextBox"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:local="clr-namespace:SpellCheckerDemo"
xmlns:dxdb="http://schemas.devexpress.com/winfx/2008/xaml/demobase">
<dxdb:DemoModuleControl>
<dxdb:DemoModuleControl.OptionsContent>
<StackPanel>
<Button Content="Check Spelling" Margin="10" Padding="10,5,10,5" Click="Button_Click" dx:StyleManager.ApplyApplicationTheme="True" />
</StackPanel>
</dxdb:DemoModuleControl.OptionsContent>
<TextBox x:Name="tb" AcceptsReturn="True" TextWrapping="Wrap" Text="The phenoamnal pweor of the hmuan mind.



Accordnig to an englnsih unviersitry sutdy

the oredr of letetrs in a word dosen't mttaer,

the olny thnig thta's imporantt is

that the frsit and last ltteer of eevry word is in the crrecot psoition. 

The rset can be jmbueld

and one is stlil able to read the txet withuot dificultfiy.

This is becusea the huamn mind does not read evrey lteter by itlsef, but the worrd as a whloe."
Margin="10" />
</dxdb:DemoModuleControl>
</local:SpellCheckerDemoModule>