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