6 references to ThreadManager
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1808textservicesContext.ThreadManager.GetFunctionProvider(ref tf_profile.clsid, out functionPrv);
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
96UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 135UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
Core\CSharp\System\Windows\Input\TextServicesContext.cs (3)
229UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager; 392UnsafeNativeMethods.ITfThreadMgr threadmgr = ThreadManager; 498UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager;