3 references to CurrentApplicationDispatcher
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\InProcComponent.cs (3)
56Interlocked.CompareExchange(ref _joinableTaskFactory, ThreadHelper.JoinableTaskFactory.WithPriority(CurrentApplicationDispatcher, DispatcherPriority.Background), null); 123=> CurrentApplicationDispatcher.InvokeAsync(() => { }, DispatcherPriority.ApplicationIdle).Wait(timeout); 128=> CurrentApplicationDispatcher.Invoke(() => { }, DispatcherPriority.SystemIdle);