7 instantiations of JSComponentConfigurationStore
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\RootComponentMappingCollection.cs (1)
17public JSComponentConfigurationStore JSComponents { get; } = new JSComponentConfigurationStore();
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
16 private readonly JSComponentConfigurationStore _jSComponents = new();
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindow.cs (1)
52var jsComponents = new JSComponentConfigurationStore();
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestWebViewManager.cs (1)
14: base(provider, Dispatcher.CreateDefault(), AppBaseUri, fileProvider, new(), hostPageRelativePath: "index.html")
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebView.Wpf (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
24 references to JSComponentConfigurationStore
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.Web (5)
JSComponents\IJSComponentConfiguration.cs (1)
14JSComponentConfigurationStore JSComponents { get; }
JSComponents\JSComponentInterop.cs (3)
39internal JSComponentConfigurationStore Configuration { get; } 48/// <param name="configuration">The <see cref="JSComponentConfigurationStore" /></param> 49public JSComponentInterop(JSComponentConfigurationStore configuration)
WebRenderer.cs (1)
188[JsonSerializable(typeof(Dictionary<string, JSComponentConfigurationStore.JSComponentParameter[]>))]
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\RootComponentMappingCollection.cs (1)
17public JSComponentConfigurationStore JSComponents { get; } = new JSComponentConfigurationStore();
Microsoft.AspNetCore.Components.WebView (3)
PageContext.cs (1)
35JSComponentConfigurationStore jsComponentsConfiguration,
WebViewManager.cs (2)
28private readonly JSComponentConfigurationStore _jsComponents; 44public WebViewManager(IServiceProvider provider, Dispatcher dispatcher, Uri appBaseUri, IFileProvider fileProvider, JSComponentConfigurationStore jsComponents, string hostPageRelativePath)
Microsoft.AspNetCore.Components.WebView.Maui (6)
BlazorWebView.cs (2)
16 private readonly JSComponentConfigurationStore _jSComponents = new(); 27 JSComponentConfigurationStore IBlazorWebView.JSComponents => _jSComponents;
IBlazorWebView.cs (2)
33 /// Gets the <see cref="JSComponentConfigurationStore"/>. 35 JSComponentConfigurationStore JSComponents { get; }
RootComponentsCollection.cs (2)
15 public RootComponentsCollection(JSComponentConfigurationStore jsComponents) 21 public JSComponentConfigurationStore JSComponents { get; }
Microsoft.AspNetCore.Components.WebView.Photino (4)
BlazorWindow.cs (1)
52var jsComponents = new JSComponentConfigurationStore();
BlazorWindowRootComponents.cs (2)
15internal BlazorWindowRootComponents(PhotinoWebViewManager manager, JSComponentConfigurationStore jsComponents) 21public JSComponentConfigurationStore JSComponents { get; }
PhotinoWebViewManager.cs (1)
27public PhotinoWebViewManager(PhotinoWindow window, IServiceProvider provider, Dispatcher dispatcher, Uri appBaseUri, IFileProvider fileProvider, JSComponentConfigurationStore jsComponents, string hostPageRelativePath)
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
91 JSComponentConfigurationStore jsComponents,
Microsoft.AspNetCore.Components.WebView.Wpf (2)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
91 JSComponentConfigurationStore jsComponents,