In the browser process how many thread managers, document managers and edit contexts. Is it 1->1->8 (an edit context for each input type)? Does the pattern repeat per HWND or per document with a browsing context or something else?
Thread Manager is unique per HWND and ITfDocumentMgr has a 1-to-1 relationship with TSFTextStore. Each TextInputType has its own TSFTextStore. I'll update the document as well.
In the browser process how many thread managers, document managers and edit contexts. Is it 1->1->8 (an edit context for each input type)? Does the pattern repeat per HWND or per document with a browsing context or something else?