1 write to Dispatcher
Microsoft.Maui (1)
Dispatching\ApplicationDispatcher.cs (1)
19
Dispatcher
= dispatcher;
3 references to Dispatcher
Microsoft.Maui (3)
Hosting\Dispatching\AppHostBuilderExtensions.cs (3)
43
return provider.GetRequiredService<ApplicationDispatcher>().
Dispatcher
;
57
return provider.GetService<ApplicationDispatcher>()?.
Dispatcher
;
71
result = services.GetRequiredService<ApplicationDispatcher>().
Dispatcher
;