1 instantiation of RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
104 public RootComponentsCollection RootComponents { get; } = new();
3 references to RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.WindowsForms (3)
BlazorWebView.cs (1)
104 public RootComponentsCollection RootComponents { get; } = new();
RootComponentCollectionExtensions.cs (2)
23 public static void Add<TComponent>(this RootComponentsCollection components, string selector, IDictionary<string, object?>? parameters = null) 35 public static void Remove(this RootComponentsCollection components, string selector)