6 references to ThreadManager
PresentationCore (6)
System\Windows\Input\InputMethod.cs (1)
1652textservicesContext.ThreadManager.GetFunctionProvider(ref tf_profile.clsid, out functionPrv);
System\Windows\Input\TextServicesCompartmentContext.cs (2)
83UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 118UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (3)
200UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager; 332UnsafeNativeMethods.ITfThreadMgr threadmgr = ThreadManager; 423UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager;