6 references to ControlsStringsLoc
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (3)
173
(_resizeLabels, _sortLabels) = DashboardUIHelpers.CreateGridLabels(
ControlsStringsLoc
);
202
Name =
ControlsStringsLoc
[nameof(Dashboard.Resources.ControlsStrings.LabelAll)]
207
new SelectViewModel<LogLevel?> { Id = null, Name =
ControlsStringsLoc
[nameof(Dashboard.Resources.ControlsStrings.LabelAll)] },
Components_Pages_StructuredLogs_razor.g.cs (3)
361
ControlsStringsLoc
[nameof(ControlsStrings.SelectAResource)]
595
ControlsStringsLoc
[nameof(ControlsStrings.FilterPlaceholder)]
1758
ControlsStringsLoc
[nameof(ControlsStrings.ActionsColumnHeader)]