5 writes to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
485_pendingAnchorRestore = false; 702_pendingAnchorRestore = false; 853_pendingAnchorRestore = true; 873_pendingAnchorRestore = true; 945_pendingAnchorRestore = true;
3 references to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
484var shouldRestore = _pendingAnchorRestore && !_pendingScrollToBottom && _currentScrollCts is null; 658if (_pendingAnchorRestore || ShouldSuppressSpacerCallback()) 678if (_pendingAnchorRestore || ShouldSuppressSpacerCallback())