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)
244if (_jsInterop is null) 266if (_jsInterop is not null) 270await _jsInterop.BeginProgrammaticScrollAsync(); 358if (_jsInterop is not null) 360await _jsInterop.AlignToItemAsync(localIndex, token); 461await _jsInterop.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode); 465if (_pendingScrollToBottom && _jsInterop is not null) 468await _jsInterop.ScrollToBottomAsync(); 472if (!firstRender && _jsInterop is not null) 477await _jsInterop.SetAnchorModeAsync((int)AnchorMode); 496await _jsInterop.RestoreAnchorAsync(); 502await _jsInterop.RefreshObserversAsync(_loading); 507if (!_initialScrollApplied && _jsInterop is not null) 990|| _jsInterop is null) 997return await _jsInterop.IsFollowingBottomAsync(); 1031if (_jsInterop != null) 1033await _jsInterop.DisposeAsync();