11 references to DispatcherCurrent
PresentationCore (11)
Core\CSharp\System\Windows\Input\DefaultTextStore.cs (1)
374TextServicesContext.DispatcherCurrent.RegisterTextStore(this);
Core\CSharp\System\Windows\Input\InputMethod.cs (4)
1425TextServicesContext.DispatcherCurrent != null) 1430TextServicesContext.DispatcherCurrent.SetFocusOnDefaultTextStore(); 1435TextServicesContext.DispatcherCurrent.SetFocusOnEmptyDim(); 1807TextServicesContext textservicesContext = TextServicesContext.DispatcherCurrent;
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (4)
93TextServicesContext.DispatcherCurrent == null) 96UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager; 127TextServicesContext.DispatcherCurrent == null) 135UnsafeNativeMethods.ITfThreadMgr threadmgr = TextServicesContext.DispatcherCurrent.ThreadManager;
Core\CSharp\System\Windows\Input\TextServicesManager.cs (2)
164context = TextServicesContext.DispatcherCurrent; 211context = TextServicesContext.DispatcherCurrent;