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)
301NameColumnTitle ?? Loc[nameof(ControlsStrings.NameColumnHeader)] 335NameColumnTitle ?? Loc[nameof(ControlsStrings.NameColumnHeader)] 399ValueColumnTitle ?? Loc[nameof(ControlsStrings.PropertyGridValueColumnHeader)] 433context.Name ?? ValueColumnTitle ?? Loc[nameof(ControlsStrings.PropertyGridValueColumnHeader)]