1 write to _jsRuntime
Microsoft.AspNetCore.Components.Web (1)
Virtualization\VirtualizeJsInterop.cs (1)
24
_jsRuntime
= jsRuntime;
8 references to _jsRuntime
Microsoft.AspNetCore.Components.Web (8)
Virtualization\VirtualizeJsInterop.cs (8)
30
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.init", _selfReference, spacerBefore, spacerAfter, anchorMode);
47
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.scrollToBottom", _selfReference);
52
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.refreshObservers", _selfReference);
57
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.setAnchorMode", _selfReference, anchorMode);
62
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.restoreAnchor", _selfReference);
67
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.alignToItem", cancellationToken, _selfReference, localIndex);
72
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.beginProgrammaticScroll", _selfReference);
81
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.dispose", _selfReference);