4 references to Instance
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (1)
50var builder = new WebAssemblyHostBuilder(InternalJSImportMethods.Instance);
Services\WebAssemblyNavigationInterception.cs (1)
14InternalJSImportMethods.Instance.NavigationManager_EnableNavigationInterception((int)WebRendererId.WebAssembly);
Services\WebAssemblyNavigationManager.cs (1)
94=> InternalJSImportMethods.Instance.NavigationManager_SetHasLocationChangingListeners((int)WebRendererId.WebAssembly, value);
Services\WebAssemblyScrollToLocationHash.cs (1)
20InternalJSImportMethods.Instance.NavigationManager_ScrollToElement(elementId);