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)
242if (_jsInterop is null) 269if (_jsInterop is not null) 273await _jsInterop.BeginProgrammaticScrollAsync(); 362if (_jsInterop is null) 368var fillDirection = await _jsInterop.AlignToItemAsync(localIndex, token); 472await _jsInterop.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode); 476if (_pendingScrollToBottom && _jsInterop is not null) 479await _jsInterop.ScrollToBottomAsync(); 483if (!firstRender && _jsInterop is not null) 488await _jsInterop.SetAnchorModeAsync((int)AnchorMode); 507await _jsInterop.RestoreAnchorAsync(); 513await _jsInterop.RefreshObserversAsync(_loading); 518if (_initialIndex.Phase == InitialIndexPhase.None && _jsInterop is not null) 531if (_jsInterop is not null 1136|| _jsInterop is null) 1143return await _jsInterop.IsFollowingBottomAsync(); 1177if (_jsInterop != null) 1179await _jsInterop.DisposeAsync();