1 instantiation of RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
113 SetValue(RootComponentsProperty, new RootComponentsCollection());
3 references to RootComponentsCollection
Microsoft.AspNetCore.Components.WebView.Wpf (3)
BlazorWebView.cs (3)
52 propertyType: typeof(RootComponentsCollection), 157 public RootComponentsCollection RootComponents => 158 (RootComponentsCollection)GetValue(RootComponentsProperty);