1 instantiation of SummaryDetailsSize
Aspire.Dashboard (1)
Components\Controls\SummaryDetailsView.razor.cs (1)
137
await OnResize.InvokeAsync(new
SummaryDetailsSize
(Orientation, ShowDetails ? _panel1Fraction : 1));
1 reference to SummaryDetailsSize
Aspire.Dashboard (1)
Components\Controls\SummaryDetailsView.razor.cs (1)
36
public EventCallback<
SummaryDetailsSize
> OnResize { get; set; }