4 references to DispatchAsync
Microsoft.AspNetCore.Components.WebView.Maui (1)
MauiDispatcher.cs (1)
33
return _dispatcher.
DispatchAsync
(workItem);
Microsoft.Maui (2)
Dispatching\DispatcherExtensions.cs (2)
46
dispatcher.
DispatchAsync
(() =>
98
dispatcher.
DispatchAsync
(() => SynchronizationContext.Current!);
Microsoft.Maui.Controls (1)
Device.cs (1)
96
Application.Current.FindDispatcher().
DispatchAsync
(func);