A customer encountered a hang caused by COM not pumping messages while waiting for a cross-thread operation to complete. They were using the class for serializing asynchronous operations on a UI thread they created to handle accessibility callbacks.
The hang stack looked like this:
We see that we have a UI thread (notice the at the bottom of...