1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
464
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
17 references to _jsInterop
Microsoft.AspNetCore.Components.Web (17)
Virtualization\Virtualize.cs (17)
248
if (
_jsInterop
is null)
270
if (
_jsInterop
is not null)
274
await
_jsInterop
.BeginProgrammaticScrollAsync();
362
if (
_jsInterop
is not null)
364
await
_jsInterop
.AlignToItemAsync(localIndex, token);
465
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode);
469
if (_pendingScrollToBottom &&
_jsInterop
is not null)
472
await
_jsInterop
.ScrollToBottomAsync();
476
if (!firstRender &&
_jsInterop
is not null)
481
await
_jsInterop
.SetAnchorModeAsync((int)AnchorMode);
492
await
_jsInterop
.RestoreAnchorAsync();
495
await
_jsInterop
.RefreshObserversAsync();
500
if (!_initialScrollApplied &&
_jsInterop
is not null)
980
||
_jsInterop
is null)
987
return await
_jsInterop
.IsFollowingBottomAsync();
1021
if (
_jsInterop
!= null)
1023
await
_jsInterop
.DisposeAsync();