1 implementation of Dispatch
Microsoft.Maui (1)
Dispatching\Dispatcher.cs (1)
16
public bool
Dispatch
(Action action)
7 references to Dispatch
Microsoft.Maui (3)
Dispatching\DispatcherExtensions.cs (2)
23
dispatcher.
Dispatch
(() =>
63
dispatcher.
Dispatch
(async () =>
SoftInputExtensions.cs (1)
77
handler.GetRequiredService<IDispatcher>().
Dispatch
(() =>
Microsoft.Maui.Controls (4)
ContentPage\ContentPage.cs (1)
133
Dispatcher.
Dispatch
(() =>
Device.cs (1)
91
Application.Current.FindDispatcher().
Dispatch
(action);
DispatcherExtensions.cs (1)
55
dispatcher.
Dispatch
(action);
View\View.cs (1)
326
Dispatcher.
Dispatch
(() =>