1 write to _dispatcher
Microsoft.AspNetCore.Components.WebView.Maui (1)
MauiDispatcher.cs (1)
13 _dispatcher = dispatcher;
5 references to _dispatcher
Microsoft.AspNetCore.Components.WebView.Maui (5)
MauiDispatcher.cs (5)
18 return !_dispatcher.IsDispatchRequired; 23 return _dispatcher.DispatchAsync(workItem); 28 return _dispatcher.DispatchAsync(workItem); 33 return _dispatcher.DispatchAsync(workItem); 38 return _dispatcher.DispatchAsync(workItem);