2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
304
_threadManager
= TextServicesLoader.Load();
379
_threadManager
= null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
199
internal UnsafeNativeMethods.ITfThreadMgr ThreadManager =>
_threadManager
;
215
if (
_threadManager
is null)
227
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
298
if (
_threadManager
== null)
306
if (
_threadManager
is null)
312
_threadManager
.Activate(out _clientId);
319
_threadManager
.CreateDocumentMgr(out doc);
327
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
361
if (
_threadManager
is not null)
375
_threadManager
.Deactivate();
378
Marshal.ReleaseComObject(
_threadManager
);