1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
471
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
18 references to _jsInterop
Microsoft.AspNetCore.Components.Web (18)
Virtualization\Virtualize.cs (18)
242
if (
_jsInterop
is null)
269
if (
_jsInterop
is not null)
273
await
_jsInterop
.BeginProgrammaticScrollAsync();
362
if (
_jsInterop
is null)
368
var fillDirection = await
_jsInterop
.AlignToItemAsync(localIndex, token);
472
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode);
476
if (_pendingScrollToBottom &&
_jsInterop
is not null)
479
await
_jsInterop
.ScrollToBottomAsync();
483
if (!firstRender &&
_jsInterop
is not null)
488
await
_jsInterop
.SetAnchorModeAsync((int)AnchorMode);
507
await
_jsInterop
.RestoreAnchorAsync();
513
await
_jsInterop
.RefreshObserversAsync(_loading);
518
if (_initialIndex.Phase == InitialIndexPhase.None &&
_jsInterop
is not null)
531
if (
_jsInterop
is not null
1136
||
_jsInterop
is null)
1143
return await
_jsInterop
.IsFollowingBottomAsync();
1177
if (
_jsInterop
!= null)
1179
await
_jsInterop
.DisposeAsync();