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