7 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.
101
return
Dispatcher
.InvokeAsync(() =>
130
return
Dispatcher
.InvokeAsync(() => _currentPageContext.Renderer.RemoveRootComponent(rootComponent.ComponentId.Value));
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindowRootComponents.cs (1)
36
_ = _manager.
Dispatcher
.InvokeAsync(async () =>
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 () =>