2 references to MaxHighlightedCount
Aspire.Dashboard (1)
Components\Controls\ResourceActions.razor.cs (1)
68_highlightedCommands.AddRange(Resource.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));
Aspire.Dashboard.Components.Tests (1)
Pages\ResourcesTests.cs (1)
182builder.Add(component => component.MaxHighlightedCount, 1);