1 instantiation of RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
23 RootComponents = new RootComponentsCollection(_jSComponents);
3 references to RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.Maui (3)
BlazorWebView.cs (1)
50 public RootComponentsCollection RootComponents { get; }
IBlazorWebView.cs (1)
30 RootComponentsCollection RootComponents { get; }
RootComponentsCollection.cs (1)
12 /// Initializes a new instance of <see cref="RootComponentsCollection"/>.