2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
303
_threadManager
= TextServicesLoader.Load();
378
_threadManager
= null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
198
internal UnsafeNativeMethods.ITfThreadMgr ThreadManager =>
_threadManager
;
214
if (
_threadManager
is null)
226
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
297
if (
_threadManager
== null)
305
if (
_threadManager
is null)
311
_threadManager
.Activate(out _clientId);
318
_threadManager
.CreateDocumentMgr(out doc);
326
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
360
if (
_threadManager
is not null)
374
_threadManager
.Deactivate();
377
Marshal.ReleaseComObject(
_threadManager
);