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)
76UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 111UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
System\Windows\Input\TextServicesContext.cs (3)
194UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager; 326UnsafeNativeMethods.ITfThreadMgr threadmgr = ThreadManager; 417UnsafeNativeMethods.ITfThreadMgr threadManager = ThreadManager;