2 instantiations of PlaceholderContext
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
339
builder.AddContent(renderIndex, _placeholder, new
PlaceholderContext
(renderIndex, _itemSize));
383
builder.AddContent(renderIndex, _placeholder, new
PlaceholderContext
(renderIndex, _itemSize));
4 references to PlaceholderContext
Microsoft.AspNetCore.Components.Web (4)
Virtualization\PlaceholderContext.cs (1)
26
/// Constructs a new <see cref="
PlaceholderContext
"/> instance.
Virtualization\Virtualize.cs (3)
64
private RenderFragment<
PlaceholderContext
>? _placeholder;
101
public RenderFragment<
PlaceholderContext
>? Placeholder { get; set; }
698
private RenderFragment DefaultPlaceholder(
PlaceholderContext
context) => (builder) =>