5 writes to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
485_pendingAnchorRestore = false; 706_pendingAnchorRestore = false; 857_pendingAnchorRestore = true; 877_pendingAnchorRestore = true; 949_pendingAnchorRestore = true;
3 references to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
484var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom && _currentScrollCts is null; 662if (_pendingAnchorRestore || ShouldSuppressSpacerCallback()) 682if (_pendingAnchorRestore || ShouldSuppressSpacerCallback())