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)
484
var shouldRestore =
_pendingAnchorRestore
&& !_pendingScrollToBottom && _currentScrollCts is null;
658
if (
_pendingAnchorRestore
|| ShouldSuppressSpacerCallback())
678
if (
_pendingAnchorRestore
|| ShouldSuppressSpacerCallback())