Usually no spellcheck. If you are talking about general sentences, you can get them using a special SIP (software input panel) - Text .
Official Documentation: MSDN
You will need to manually specify InputScope:
<TextBox>
<TextBox.InputScope>
<InputScope>
<InputScopeName NameValue="Text"/>
</InputScope>
</TextBox.InputScope>
</TextBox>
source
share