2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
303_threadManager = TextServicesLoader.Load(); 378_threadManager = null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
198internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager; 214if (_threadManager is null) 226source = _threadManager as UnsafeNativeMethods.ITfSource; 297if (_threadManager == null) 305if (_threadManager is null) 311_threadManager.Activate(out _clientId); 318_threadManager.CreateDocumentMgr(out doc); 326source = _threadManager as UnsafeNativeMethods.ITfSource; 360if (_threadManager is not null) 374_threadManager.Deactivate(); 377Marshal.ReleaseComObject(_threadManager);