1 instantiation of PhotinoWebViewManager
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindow.cs (1)
61_manager = new PhotinoWebViewManager(PhotinoWindow, services, dispatcher, appBaseUri, fileProvider, jsComponents, hostPageRelativePath);
5 references to PhotinoWebViewManager
Microsoft.AspNetCore.Components.WebView.Photino (5)
BlazorWindow.cs (3)
15private readonly PhotinoWebViewManager _manager; 41PhotinoWindow.RegisterCustomSchemeHandler(PhotinoWebViewManager.BlazorAppScheme, HandleWebRequest); 59var appBaseUri = new Uri(new Uri(PhotinoWebViewManager.AppBaseOrigin), _pathBase);
BlazorWindowRootComponents.cs (2)
13private readonly PhotinoWebViewManager _manager; 15internal BlazorWindowRootComponents(PhotinoWebViewManager manager, JSComponentConfigurationStore jsComponents)