3 writes to _threadManager
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextServicesHost.cs (3)
383
_threadManager
= new SecurityCriticalDataClass<UnsafeNativeMethods.ITfThreadMgr>(TextServicesLoader.Load());
387
_threadManager
= null;
467
_threadManager
= null;
14 references to _threadManager
PresentationFramework (14)
src\Framework\System\Windows\Documents\TextServicesHost.cs (14)
249
if (
_threadManager
== null)
254
return
_threadManager
.Value;
277
if ((
_threadManager
== null) || (
_threadManager
.Value == null))
290
source =
_threadManager
.Value as UnsafeNativeMethods.ITfSource;
377
if (
_threadManager
== null)
385
if (
_threadManager
.Value == null)
393
_threadManager
.Value.Activate(out clientIdTemp);
401
_threadManager
.Value.CreateDocumentMgr(out doc);
409
source =
_threadManager
.Value as UnsafeNativeMethods.ITfSource;
447
if (
_threadManager
!= null)
449
if (
_threadManager
.Value != null)
463
_threadManager
.Value.Deactivate();
465
Marshal.ReleaseComObject(
_threadManager
.Value);