2 writes to _threadManager
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
131_threadManager = null; 272internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager ??= TextServicesLoader.Load();
5 references to _threadManager
PresentationCore (5)
System\Windows\Input\TextServicesContext.cs (5)
113_threadManager.Deactivate(); 128if (_threadManager is not null) 130Marshal.ReleaseComObject(_threadManager); 155if (_threadManager is null) 160keystrokeMgr = _threadManager as UnsafeNativeMethods.ITfKeystrokeMgr;