10 references to FindDispatcher
Microsoft.Maui.Controls (10)
BindableObject.cs (1)
29
_dispatcher ??= this.
FindDispatcher
();
Device.cs (8)
86
Application.Current.
FindDispatcher
().IsDispatchRequired;
91
Application.Current.
FindDispatcher
().Dispatch(action);
96
Application.Current.
FindDispatcher
().DispatchAsync(func);
101
Application.Current.
FindDispatcher
().DispatchAsync(action);
106
Application.Current.
FindDispatcher
().DispatchAsync(funcTask);
111
Application.Current.
FindDispatcher
().DispatchAsync(funcTask);
116
Application.Current.
FindDispatcher
().GetSynchronizationContextAsync();
138
var dispatcher = Application.Current.
FindDispatcher
();
Shell\ShellNavigationManager.cs (1)
368
.
FindDispatcher
()