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