5 writes to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
300
_pendingAnchorRestore
= false;
480
_pendingAnchorRestore
= false;
620
_pendingAnchorRestore
= true;
640
_pendingAnchorRestore
= true;
709
_pendingAnchorRestore
= true;
3 references to _pendingAnchorRestore
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
299
var shouldRestore =
_pendingAnchorRestore
&& !_pendingScrollToBottom;
436
if (
_pendingAnchorRestore
)
456
if (
_pendingAnchorRestore
)