2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
315_threadManager = TextServicesLoader.Load(); 390_threadManager = null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
210internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager; 226if (_threadManager is null) 238source = _threadManager as UnsafeNativeMethods.ITfSource; 309if (_threadManager == null) 317if (_threadManager is null) 323_threadManager.Activate(out _clientId); 330_threadManager.CreateDocumentMgr(out doc); 338source = _threadManager as UnsafeNativeMethods.ITfSource; 372if (_threadManager is not null) 386_threadManager.Deactivate(); 389Marshal.ReleaseComObject(_threadManager);