6 references to Dispatcher
Microsoft.AspNetCore.Components.WebView (4)
WebViewManager.cs (4)
41
/// <param name="dispatcher">A <see cref="
Dispatcher
"/> instance that can marshal calls to the required thread or sync context.</param>
59
/// Gets the <see cref="
Dispatcher
"/> used by this <see cref="WebViewManager"/> instance.
103
return
Dispatcher
.InvokeAsync(() =>
132
return
Dispatcher
.InvokeAsync(() => _currentPageContext.Renderer.RemoveRootComponent(rootComponent.ComponentId.Value));
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
185
_ =
Dispatcher
.InvokeAsync(async () =>
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
185
_ =
Dispatcher
.InvokeAsync(async () =>