6 references to RootComponent
Microsoft.AspNetCore.Components.WebView.Maui (6)
IBlazorWebView.cs (1)
28 /// Gets a collection of <see cref="RootComponent"/> items.
RootComponent.cs (3)
41 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(Selector)} property, but no value was set."); 46 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(ComponentType)} property, but no value was set."); 57 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(Selector)} property, but no value was set.");
RootComponentsCollection.cs (2)
7 /// A collection of <see cref="RootComponent"/> items. 9 public class RootComponentsCollection : ObservableCollection<RootComponent>, IJSComponentConfiguration