1 write to _jsInterop
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
232_jsInterop = new VirtualizeJsInterop(this, JSRuntime);
7 references to _jsInterop
Microsoft.AspNetCore.Components.Web (7)
Virtualization\Virtualize.cs (7)
233await _jsInterop.InitializeAsync(_spacerBefore, _spacerAfter); 236if (_pendingScrollToBottom && _jsInterop is not null) 239await _jsInterop.ScrollToBottomAsync(); 243if (!firstRender && _jsInterop is not null) 245await _jsInterop.RefreshObserversAsync(); 594if (_jsInterop != null) 596await _jsInterop.DisposeAsync();