2 writes to _threadManager
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
137_threadManager = null; 278internal UnsafeNativeMethods.ITfThreadMgr ThreadManager => _threadManager ??= TextServicesLoader.Load();
5 references to _threadManager
PresentationCore (5)
System\Windows\Input\TextServicesContext.cs (5)
119_threadManager.Deactivate(); 134if (_threadManager is not null) 136Marshal.ReleaseComObject(_threadManager); 161if (_threadManager is null) 166keystrokeMgr = _threadManager as UnsafeNativeMethods.ITfKeystrokeMgr;