1 instantiation of WindowsFormsDispatcher
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
37
ComponentsDispatcher = new
WindowsFormsDispatcher
(this);
2 references to WindowsFormsDispatcher
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
BlazorWebView.cs (1)
59
private
WindowsFormsDispatcher
ComponentsDispatcher { get; }
WindowsFormsDispatcher.cs (1)
23
/// Creates a new instance of <see cref="
WindowsFormsDispatcher
"/>.