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