1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
232
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
7 references to _jsInterop
Microsoft.AspNetCore.Components.Web (7)
Virtualization\Virtualize.cs (7)
233
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter);
236
if (_pendingScrollToBottom &&
_jsInterop
is not null)
239
await
_jsInterop
.ScrollToBottomAsync();
243
if (!firstRender &&
_jsInterop
is not null)
245
await
_jsInterop
.RefreshObserversAsync();
594
if (
_jsInterop
!= null)
596
await
_jsInterop
.DisposeAsync();