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