2 references to ContentAfterValue
Aspire.Dashboard (2)
Components\Controls\PropertyGrid.razor.cs (2)
158
private RenderFragment? GetContentAfterValue(TItem context) =>
ContentAfterValue
== s_emptyChildContent
160
:
ContentAfterValue
(context);