3 writes to _threadManager
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextServicesHost.cs (3)
383_threadManager = new SecurityCriticalDataClass<UnsafeNativeMethods.ITfThreadMgr>(TextServicesLoader.Load()); 387_threadManager = null; 467_threadManager = null;
14 references to _threadManager
PresentationFramework (14)
src\Framework\System\Windows\Documents\TextServicesHost.cs (14)
249if (_threadManager == null) 254return _threadManager.Value; 277if ((_threadManager == null) || (_threadManager.Value == null)) 290source = _threadManager.Value as UnsafeNativeMethods.ITfSource; 377if (_threadManager == null) 385if (_threadManager.Value == null) 393_threadManager.Value.Activate(out clientIdTemp); 401_threadManager.Value.CreateDocumentMgr(out doc); 409source = _threadManager.Value as UnsafeNativeMethods.ITfSource; 447if (_threadManager != null) 449if (_threadManager.Value != null) 463_threadManager.Value.Deactivate(); 465Marshal.ReleaseComObject(_threadManager.Value);