WPF TextBox Custom Dictionary Support
Posted
by Tom Allen
on Stack Overflow
See other posts from Stack Overflow
or by Tom Allen
Published on 2009-06-25T13:26:58Z
Indexed on
2010/04/03
13:23 UTC
Read the original article
Hit count: 374
Has anyone found a workaround yet for getting custom dictionary support working for the built in spellchecking on WPF TextBoxes/RichTextBoxes? We've been probing the spelling stuff with reflector hoping to find where the dictionary entries are coming from, but it's looking very much like it's going to be a COM object....
I know it's not currently supported and that Microsoft were looking into supporting it in a future release, but that was quite a while ago and I can't seem to find any recent news about it.
Clutching at staws, I've posted a suggestion up on Connect:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=470233
© Stack Overflow or respective owner