2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
307
_threadManager
= TextServicesLoader.Load();
382
_threadManager
= null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
202
internal UnsafeNativeMethods.ITfThreadMgr ThreadManager =>
_threadManager
;
218
if (
_threadManager
is null)
230
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
301
if (
_threadManager
== null)
309
if (
_threadManager
is null)
315
_threadManager
.Activate(out _clientId);
322
_threadManager
.CreateDocumentMgr(out doc);
330
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
364
if (
_threadManager
is not null)
378
_threadManager
.Deactivate();
381
Marshal.ReleaseComObject(
_threadManager
);