5 references to Dispatcher
Microsoft.AspNetCore.Components.WebView (4)
WebViewManager.cs (4)
39/// <param name="dispatcher">A <see cref="Dispatcher"/> instance that can marshal calls to the required thread or sync context.</param> 57/// Gets the <see cref="Dispatcher"/> used by this <see cref="WebViewManager"/> instance. 101return Dispatcher.InvokeAsync(() => 130return Dispatcher.InvokeAsync(() => _currentPageContext.Renderer.RemoveRootComponent(rootComponent.ComponentId.Value));
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindowRootComponents.cs (1)
36_ = _manager.Dispatcher.InvokeAsync(async () =>