3 references to MaxHighlightedCount
Aspire.Dashboard (3)
Components\Controls\ResourceActions.razor.cs (1)
103_highlightedCommands.AddRange(Resource.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));
Components_Controls_ResourceActions_razor.g.cs (1)
188for (var i = 0; i < MaxHighlightedCount; i++)
Components_Pages_Resources_razor.g.cs (1)
2482MaxHighlightedCount