2 writes to _threadManager
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
130_threadManager = null; 271internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager ??= TextServicesLoader.Load();
5 references to _threadManager
PresentationCore (5)
System\Windows\Input\TextServicesContext.cs (5)
112_threadManager.Deactivate(); 127if (_threadManager is not null) 129Marshal.ReleaseComObject(_threadManager); 154if (_threadManager is null) 159keystrokeMgr = _threadManager as UnsafeNativeMethods.ITfKeystrokeMgr;