2 instantiations of PlaceholderContext
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
240
builder.AddContent(renderIndex, _placeholder, new
PlaceholderContext
(renderIndex, _itemSize));
278
builder.AddContent(renderIndex, _placeholder, new
PlaceholderContext
(renderIndex, _itemSize));
5 references to PlaceholderContext
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\ColumnBase.razor.cs (1)
76
[Parameter] public RenderFragment<
PlaceholderContext
>? PlaceholderTemplate { get; set; }
Microsoft.AspNetCore.Components.Web (4)
Virtualization\PlaceholderContext.cs (1)
26
/// Constructs a new <see cref="
PlaceholderContext
"/> instance.
Virtualization\Virtualize.cs (3)
56
private RenderFragment<
PlaceholderContext
>? _placeholder;
81
public RenderFragment<
PlaceholderContext
>? Placeholder { get; set; }
457
private RenderFragment DefaultPlaceholder(
PlaceholderContext
context) => (builder) =>