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