6 references to FromThread
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
474Dispatcher dispatcher = Dispatcher.FromThread(Thread.CurrentThread);
PresentationFramework (1)
src\Framework\System\Windows\SystemResources.cs (1)
1396Dispatcher dispatcher = isSysColorsOrSettingsChange ? null : Dispatcher.FromThread(System.Threading.Thread.CurrentThread);
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (2)
63Dispatcher currentDispatcher = FromThread(Thread.CurrentThread);; 417Dispatcher currentDispatcher = FromThread(Thread.CurrentThread);;
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
275Dispatcher.FromThread(Thread.CurrentThread)?.DisableProcessing();
Shared\MS\Win32\HwndSubclass.cs (1)
373Dispatcher dispatcher = Dispatcher.FromThread(Thread.CurrentThread);