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);
41
if (
CurrentApplicationDispatcher
.CheckAccess())
49
CurrentApplicationDispatcher
.Invoke(action, DispatcherPriority.Background);
56
if (
CurrentApplicationDispatcher
.CheckAccess())
64
return
CurrentApplicationDispatcher
.Invoke(action, DispatcherPriority.Background);
88
=>
CurrentApplicationDispatcher
.Invoke(() => { }, DispatcherPriority.ApplicationIdle);
93
=>
CurrentApplicationDispatcher
.Invoke(() => { }, DispatcherPriority.SystemIdle);