Support the new Microsoft Quick and Pinyin input methods (#11562)
* Fully support the UIAutomation-based IME Candidate UI, used for Chinese Microsoft Quick input method.
* UIA-based IME candidates: delay reading of entire pages slightly to avoid being interupted by duplicate selection events.
* Fix linting issues.
* Support Associated phrases popup for Microsoft Quick Input.
* Also support Microsoft New Pinyin input method
Co-authored-by: Larry Wang <41977369+larry801@users.noreply.github.com>
* Update what's new.
* Remove debugging print statements
Co-authored-by: Larry Wang <41977369+larry801@users.noreply.github.com>