2 instantiations of PlaceholderContext
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
241builder.AddContent(renderIndex, _placeholder, new PlaceholderContext(renderIndex, _itemSize)); 279builder.AddContent(renderIndex, _placeholder, new PlaceholderContext(renderIndex, _itemSize));
8 references to PlaceholderContext
Microsoft.AspNetCore.Components.QuickGrid (4)
Columns\ColumnBase.razor.cs (1)
76[Parameter] public RenderFragment<PlaceholderContext>? PlaceholderTemplate { get; set; }
Columns_ColumnBase_razor.g.cs (1)
258internal void RenderPlaceholderContent(RenderTreeBuilder __builder, PlaceholderContext placeholderContext)
QuickGrid_razor.g.cs (2)
328), (global::Microsoft.AspNetCore.Components.RenderFragment<global::Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext>)( 565private void RenderPlaceholderRow(RenderTreeBuilder __builder, PlaceholderContext placeholderContext)
Microsoft.AspNetCore.Components.Web (4)
Virtualization\PlaceholderContext.cs (1)
26/// Constructs a new <see cref="PlaceholderContext"/> instance.
Virtualization\Virtualize.cs (3)
56private RenderFragment<PlaceholderContext>? _placeholder; 81public RenderFragment<PlaceholderContext>? Placeholder { get; set; } 463private RenderFragment DefaultPlaceholder(PlaceholderContext context) => (builder) =>