2 references to DomWrapperInterop
Microsoft.AspNetCore.Components.Web (2)
ElementReferenceExtensions.cs (1)
41return jsRuntime.InvokeVoidAsync(DomWrapperInterop.Focus, elementReference, preventScroll);
Routing\FocusOnNavigate.cs (1)
80await JSRuntime.InvokeVoidAsync(DomWrapperInterop.FocusBySelector, Selector);