
Hello,
We currently have the AmbientParseRequestDispatcherProvider.Dispatcher setup, but on that background thread, we are using the CodeDocument to do more parsing on macros and would like the CodeDocument to just use the current thread thats its on and when we do the SetText method, the parsing would be done synchronously and not perform an async parse using the AmbientParseRequestDispatcherProvider.Dispatcher.
Is this possible?
Thanks!