2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
307_threadManager = TextServicesLoader.Load(); 382_threadManager = null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
202internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager; 218if (_threadManager is null) 230source = _threadManager as UnsafeNativeMethods.ITfSource; 301if (_threadManager == null) 309if (_threadManager is null) 315_threadManager.Activate(out _clientId); 322_threadManager.CreateDocumentMgr(out doc); 330source = _threadManager as UnsafeNativeMethods.ITfSource; 364if (_threadManager is not null) 378_threadManager.Deactivate(); 381Marshal.ReleaseComObject(_threadManager);