3 writes to _itemSize
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
399
_itemSize
= ItemSize;
870
_itemSize
= (spacerSeparation - (_lastRenderedPlaceholderCount * _itemSize)) / _lastRenderedItemCount;
877
_itemSize
= ItemSize;
9 references to _itemSize
Microsoft.AspNetCore.Components.Web (9)
Virtualization\Virtualize.cs (9)
397
if (
_itemSize
<= 0)
515
_initialIndex.BeginFillingViewport(
_itemSize
);
572
builder.AddContent(renderIndex, _placeholder, new PlaceholderContext(renderIndex,
_itemSize
));
616
builder.AddContent(renderIndex, _placeholder, new PlaceholderContext(renderIndex,
_itemSize
));
644
=> _measuredItemCount > 0 ? _totalMeasuredHeight / _measuredItemCount :
_itemSize
;
844
effectiveItemSize =
_itemSize
> 0 ?
_itemSize
: ItemSize;
870
_itemSize = (spacerSeparation - (_lastRenderedPlaceholderCount *
_itemSize
)) / _lastRenderedItemCount;
873
if (
_itemSize
<= 0)