6 references to ThreadManager
PresentationCore (6)
System\Windows\Input\InputMethod.cs (1)
1638textservicesContext.ThreadManager.GetFunctionProvider(ref tf_profile.clsid, out functionPrv);
System\Windows\Input\TextServicesCompartmentContext.cs (2)
75UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 110UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (3)
193UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager; 325UnsafeNativeMethods.ITfThreadMgr threadmgr = ThreadManager; 410UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager;