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)
245if (_jsInterop is null) 267if (_jsInterop is not null) 271await _jsInterop.BeginProgrammaticScrollAsync(); 359if (_jsInterop is not null) 361await _jsInterop.AlignToItemAsync(localIndex, token); 462await _jsInterop.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode); 466if (_pendingScrollToBottom && _jsInterop is not null) 469await _jsInterop.ScrollToBottomAsync(); 473if (!firstRender && _jsInterop is not null) 478await _jsInterop.SetAnchorModeAsync((int)AnchorMode); 489await _jsInterop.RestoreAnchorAsync(); 492await _jsInterop.RefreshObserversAsync(); 497if (!_initialScrollApplied && _jsInterop is not null) 976if (_jsInterop != null) 978await _jsInterop.DisposeAsync();