3 references to WebViewScrollToLocationHash
Microsoft.AspNetCore.Components.WebView (3)
ComponentsWebViewServiceCollectionExtensions.cs (1)
28services.TryAddScoped<IScrollToLocationHash, WebViewScrollToLocationHash>();
PageContext.cs (2)
51var webViewScrollToLocationHash = (WebViewScrollToLocationHash)ServiceProvider.GetRequiredService<IScrollToLocationHash>();