2 writes to _threadManager
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (2)
158
_threadManager
= null;
328
_threadManager
= new SecurityCriticalDataClass<UnsafeNativeMethods.ITfThreadMgr>(TextServicesLoader.Load());
9 references to _threadManager
PresentationCore (9)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (9)
134
_threadManager
.Value.Deactivate();
152
if (
_threadManager
!= null)
154
if (
_threadManager
.Value != null)
156
Marshal.ReleaseComObject(
_threadManager
.Value);
186
if ((
_threadManager
== null) || (
_threadManager
.Value == null))
189
keystrokeMgr =
_threadManager
.Value as UnsafeNativeMethods.ITfKeystrokeMgr;
326
if (
_threadManager
== null)
331
return
_threadManager
.Value;