4 references to ComponentType
Microsoft.AspNetCore.Components.WebView.Wpf (4)
BlazorWebView.cs (1)
294 logger.AddingRootComponent(rootComponent.ComponentType.FullName ?? string.Empty, rootComponent.Selector, rootComponent.Parameters?.Count ?? 0);
RootComponent.cs (3)
43 if (ComponentType is null) 45 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(ComponentType)} property, but no value was set."); 49 return webViewManager.AddRootComponentAsync(ComponentType, Selector, parameterView);