3 writes to _threadManager
PresentationFramework (3)
System\Windows\Documents\TextServicesHost.cs (3)
326_threadManager = new SecurityCriticalDataClass<UnsafeNativeMethods.ITfThreadMgr>(TextServicesLoader.Load()); 330_threadManager = null; 406_threadManager = null;
14 references to _threadManager
PresentationFramework (14)
System\Windows\Documents\TextServicesHost.cs (14)
214if (_threadManager == null) 219return _threadManager.Value; 237if ((_threadManager == null) || (_threadManager.Value == null)) 249source = _threadManager.Value as UnsafeNativeMethods.ITfSource; 320if (_threadManager == null) 328if (_threadManager.Value == null) 336_threadManager.Value.Activate(out clientIdTemp); 344_threadManager.Value.CreateDocumentMgr(out doc); 352source = _threadManager.Value as UnsafeNativeMethods.ITfSource; 386if (_threadManager != null) 388if (_threadManager.Value != null) 402_threadManager.Value.Deactivate(); 404Marshal.ReleaseComObject(_threadManager.Value);