5 references to Loc
Aspire.Dashboard (5)
Components\Controls\PropertyGrid.razor.cs (1)
154
(_resizeLabels, _sortLabels) = DashboardUIHelpers.CreateGridLabels(
Loc
);
Components_Controls_PropertyGrid_razor.g.cs (4)
301
NameColumnTitle ??
Loc
[nameof(ControlsStrings.NameColumnHeader)]
335
NameColumnTitle ??
Loc
[nameof(ControlsStrings.NameColumnHeader)]
399
ValueColumnTitle ??
Loc
[nameof(ControlsStrings.PropertyGridValueColumnHeader)]
433
context.Name ?? ValueColumnTitle ??
Loc
[nameof(ControlsStrings.PropertyGridValueColumnHeader)]