2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
304_threadManager = TextServicesLoader.Load(); 379_threadManager = null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
199internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager; 215if (_threadManager is null) 227source = _threadManager as UnsafeNativeMethods.ITfSource; 298if (_threadManager == null) 306if (_threadManager is null) 312_threadManager.Activate(out _clientId); 319_threadManager.CreateDocumentMgr(out doc); 327source = _threadManager as UnsafeNativeMethods.ITfSource; 361if (_threadManager is not null) 375_threadManager.Deactivate(); 378Marshal.ReleaseComObject(_threadManager);