2 writes to _threadManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
315
_threadManager
= TextServicesLoader.Load();
390
_threadManager
= null;
11 references to _threadManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (11)
210
internal UnsafeNativeMethods.ITfThreadMgr ThreadManager =>
_threadManager
;
226
if (
_threadManager
is null)
238
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
309
if (
_threadManager
== null)
317
if (
_threadManager
is null)
323
_threadManager
.Activate(out _clientId);
330
_threadManager
.CreateDocumentMgr(out doc);
338
source =
_threadManager
as UnsafeNativeMethods.ITfSource;
372
if (
_threadManager
is not null)
386
_threadManager
.Deactivate();
389
Marshal.ReleaseComObject(
_threadManager
);