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