How cool is this? Once Avalon is available, you can access a whole range of functionality
built into the underlying infrastructure. I found this titbit on Wesner
Moise’s blog:
Spellchecking is enabled either in XAML by writing
<TextBox IsSpellCheckEnabled="True" />or in code by writing
TextBox.IsSpellCheckEnabled = True
Great stuff!!