1 write to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
608
_lastRenderedPlaceholderCount
= Math.Max(0, lastItemIndex - _itemsBefore - _lastRenderedItemCount);
4 references to _lastRenderedPlaceholderCount
Microsoft.AspNetCore.Components.Web (4)
Virtualization\Virtualize.cs (4)
535
&&
_lastRenderedPlaceholderCount
== 0
774
if (_initialIndex.Phase == InitialIndexPhase.Pending &&
_lastRenderedPlaceholderCount
== 0)
829
if (_lastRenderedItemCount <= 0 ||
_lastRenderedPlaceholderCount
> 0 || spacerSeparation <= 0)
843
_itemSize = (spacerSeparation - (
_lastRenderedPlaceholderCount
* _itemSize)) / _lastRenderedItemCount;