1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
277_jsInterop = new VirtualizeJsInterop(this, JSRuntime);
9 references to _jsInterop
Microsoft.AspNetCore.Components.Web (9)
Virtualization\Virtualize.cs (9)
278await _jsInterop.InitializeAsync(_spacerBefore, _spacerAfter, (int)AnchorMode); 282if (_pendingScrollToBottom && _jsInterop is not null) 285await _jsInterop.ScrollToBottomAsync(); 289if (!firstRender && _jsInterop is not null) 294await _jsInterop.SetAnchorModeAsync((int)AnchorMode); 304await _jsInterop.RestoreAnchorAsync(); 307await _jsInterop.RefreshObserversAsync(); 733if (_jsInterop != null) 735await _jsInterop.DisposeAsync();