2 writes to _threadManager
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (2)
158_threadManager = null; 328_threadManager = new SecurityCriticalDataClass<UnsafeNativeMethods.ITfThreadMgr>(TextServicesLoader.Load());
9 references to _threadManager
PresentationCore (9)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (9)
134_threadManager.Value.Deactivate(); 152if (_threadManager != null) 154if (_threadManager.Value != null) 156Marshal.ReleaseComObject(_threadManager.Value); 186if ((_threadManager == null) || (_threadManager.Value == null)) 189keystrokeMgr = _threadManager.Value as UnsafeNativeMethods.ITfKeystrokeMgr; 326if (_threadManager == null) 331return _threadManager.Value;