5 writes to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
488_pendingAnchorRestore = false; 705_pendingAnchorRestore = false; 859_pendingAnchorRestore = true; 879_pendingAnchorRestore = true; 956_pendingAnchorRestore = true;
3 references to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
487var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom && _currentScrollCts is null; 661if (_pendingAnchorRestore || ShouldSuppressSpacerCallback()) 681if (_pendingAnchorRestore || ShouldSuppressSpacerCallback())