1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
460
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
17 references to _jsInterop
Microsoft.AspNetCore.Components.Web (17)
Virtualization\Virtualize.cs (17)
244
if (
_jsInterop
is null)
266
if (
_jsInterop
is not null)
270
await
_jsInterop
.BeginProgrammaticScrollAsync();
358
if (
_jsInterop
is not null)
360
await
_jsInterop
.AlignToItemAsync(localIndex, token);
461
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode);
465
if (_pendingScrollToBottom &&
_jsInterop
is not null)
468
await
_jsInterop
.ScrollToBottomAsync();
472
if (!firstRender &&
_jsInterop
is not null)
477
await
_jsInterop
.SetAnchorModeAsync((int)AnchorMode);
496
await
_jsInterop
.RestoreAnchorAsync();
502
await
_jsInterop
.RefreshObserversAsync(_loading);
507
if (!_initialScrollApplied &&
_jsInterop
is not null)
990
||
_jsInterop
is null)
997
return await
_jsInterop
.IsFollowingBottomAsync();
1031
if (
_jsInterop
!= null)
1033
await
_jsInterop
.DisposeAsync();