1 write to TotalItemCount
Microsoft.AspNetCore.Components.Web (1)
Virtualization\ItemsProviderResult.cs (1)
30TotalItemCount = totalItemCount;
5 references to TotalItemCount
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
105/// or when the <see cref="ItemsProviderResult&lt;TItem&gt;.TotalItemCount"/> is zero. 605var countDelta = result.TotalItemCount - previousItemCount; 616result = await AdjustForPrependAsync(countDelta, result.TotalItemCount, cancellationToken); 636result = await AdjustForPrependAsync(countDelta, result.TotalItemCount, cancellationToken); 649_itemCount = result.TotalItemCount;