1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
277
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
9 references to _jsInterop
Microsoft.AspNetCore.Components.Web (9)
Virtualization\Virtualize.cs (9)
278
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode);
282
if (_pendingScrollToBottom &&
_jsInterop
is not null)
285
await
_jsInterop
.ScrollToBottomAsync();
289
if (!firstRender &&
_jsInterop
is not null)
294
await
_jsInterop
.SetAnchorModeAsync((int)AnchorMode);
304
await
_jsInterop
.RestoreAnchorAsync();
307
await
_jsInterop
.RefreshObserversAsync();
733
if (
_jsInterop
!= null)
735
await
_jsInterop
.DisposeAsync();