7 references to CurrentApplicationDispatcher
Microsoft.VisualStudio.Extensibility.Testing.Xunit (7)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\InProcess\InProcComponent.cs (7)
36=> CurrentApplicationDispatcher.BeginInvoke(action, DispatcherPriority.Background); 41if (CurrentApplicationDispatcher.CheckAccess()) 49CurrentApplicationDispatcher.Invoke(action, DispatcherPriority.Background); 56if (CurrentApplicationDispatcher.CheckAccess()) 64return CurrentApplicationDispatcher.Invoke(action, DispatcherPriority.Background); 88=> CurrentApplicationDispatcher.Invoke(() => { }, DispatcherPriority.ApplicationIdle); 93=> CurrentApplicationDispatcher.Invoke(() => { }, DispatcherPriority.SystemIdle);