1 implementation of Dispatch
Microsoft.Maui (1)
Dispatching\Dispatcher.cs (1)
16
public bool
Dispatch
(Action action)
6 references to Dispatch
Microsoft.Maui (2)
Dispatching\DispatcherExtensions.cs (2)
23
dispatcher.
Dispatch
(() =>
63
dispatcher.
Dispatch
(async () =>
Microsoft.Maui.Controls (4)
ContentPage\ContentPage.cs (1)
130
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
(() =>