1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
461
_jsInterop
= new VirtualizeJsInterop(this, JSRuntime);
15 references to _jsInterop
Microsoft.AspNetCore.Components.Web (15)
Virtualization\Virtualize.cs (15)
245
if (
_jsInterop
is null)
267
if (
_jsInterop
is not null)
271
await
_jsInterop
.BeginProgrammaticScrollAsync();
359
if (
_jsInterop
is not null)
361
await
_jsInterop
.AlignToItemAsync(localIndex, token);
462
await
_jsInterop
.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode);
466
if (_pendingScrollToBottom &&
_jsInterop
is not null)
469
await
_jsInterop
.ScrollToBottomAsync();
473
if (!firstRender &&
_jsInterop
is not null)
478
await
_jsInterop
.SetAnchorModeAsync((int)AnchorMode);
489
await
_jsInterop
.RestoreAnchorAsync();
492
await
_jsInterop
.RefreshObserversAsync();
497
if (!_initialScrollApplied &&
_jsInterop
is not null)
976
if (
_jsInterop
!= null)
978
await
_jsInterop
.DisposeAsync();