6 writes to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
491
_pendingAnchorRestore
= false;
499
_pendingAnchorRestore
= false;
712
_pendingAnchorRestore
= false;
866
_pendingAnchorRestore
= true;
886
_pendingAnchorRestore
= true;
964
_pendingAnchorRestore
= true;
3 references to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
483
var shouldRestore =
_pendingAnchorRestore
&& !_pendingScrollToBottom && _currentScrollCts is null;
668
if (
_pendingAnchorRestore
|| ShouldSuppressSpacerCallback())
688
if (
_pendingAnchorRestore
|| ShouldSuppressSpacerCallback())